0% found this document useful (0 votes)
199 views28 pages

HTML Notes

The document provides an introduction to HTML, detailing its advantages, disadvantages, and the structure of HTML documents. It covers various HTML tags, their functions, and how to format text, create lists, and add images and tables. Additionally, it explains the significance of markup languages and the basic components necessary for building a web page.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0% found this document useful (0 votes)
199 views28 pages

HTML Notes

The document provides an introduction to HTML, detailing its advantages, disadvantages, and the structure of HTML documents. It covers various HTML tags, their functions, and how to format text, create lists, and add images and tables. Additionally, it explains the significance of markup languages and the basic components necessary for building a web page.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
qual HTML Introduction to HTML Why HTML ? Its advantages and disadvantages. Study of Tags - E>, , , , <BODY>, <P>, <HR>, <UL>, <LI>, <PR <MARQUEE> Font styles - <B>, <I>, <U>, <BIG>, <SMALL>, <SUB>, <SUP>, <FONT> + Images - HREF, HR, IMG, SRC, ALT, HEIGHT, WIDTH, ALIGN. + Tables - <TABLE>, <CAPTION>, <TR>, <TH>, <TD> Use of scripting as a language support. (Note - Only VB seri pt using for .NEXT, IF. THEN .. ELSE, Msg b. Inbox, DIM, SET. 8B Dox, ao anguage- 7 axt Markup eee d up with extra featy,,, A a . perte Wat has bee? other documents. , ordinary text IN" aks to Hypertext is or nd Hi adding extra sym), Conuaneanaeon ae one oe Bach of the symbois 6, Markup isthe proces re ye OF Pmsprowser how to display fq," ‘i editor's proof reading Sy 1 nat tells the mputer programming ja," markup in HTML isa command that 9 sd tales for come eee Se ITM has its own Se anguages. They are cong like BASIC, C and Pasea ae ep compute! ae Ce, ves are special type of to their functions. They indica, Markup languages a 3 to ich is author name ang” ents ing, whi ith only parts of documents according 1 part of document is ftle, which is sub age, but it is a markup language, HIME isnot relly programming languaB®, ML is not really « ters that exchange informs, with each other. The world wide web (ww ists of several web pages. HT\; information, art and commerce a lee Ron it can be published on inte . Once Bblaneae ee web page to a server so that people all over the y will be able to read it. There is a huge variety of web pages, for example, we h Personal home pages, business home pages, directories (list of web Pages), se engines and artistic projects. Once the web Page is published, it can be acces internet tools called web browsers. Intern are web browsers. HTML can be used to buil language for classifying the functions of di different parts of your page. You can indicat SEC et Explorer (IE) or Netscape Navig Id any type of web pages. It isa univ. fferent sections of a document. It dei fe which part is title, which part is add ich part should inclu so that a browse, Played on many diffe on different ha: Work not only de an image an T can display it corr Tent kinds of platfo tdware having ditt on simple PCs but als That is, the document i CPerating systems. HTML is desi ‘signed to Braphical work stations, dumb i and much mor: “erminals, * . Network computers, hand - held de’ ITML document cal fax machine, TY set, ame oy Be put on comput fi Even on phone ou 82 consoles digital w, sn acteen but also on E You can hear a web pa atches and text to speech mac Advantages of HTML ee _ The: Te are several advant, For creating HTM docu ME lo software is requirag ~ Ment, wi. 1 a7 Computer Science-XI TML document can be created on any hardware platform using any text editor fou can work on your website even when you are away from your usual ‘computer fou will have a much better concept of the structure of your page and inderstanding of why it works, something is not working, then finding error is easy in HTML 'TML will not cost you anything for its use. There are no expensive licenses to uy OF No Upgrades to purchase fou can work independently and you need nol rely on vendor or program. You eed not worry about your editing programs, earning HTML is simpler than learning any Programming Language. dvantages of HTML t from several advantages, HTML has certain limitations. TML is not a programming language in the true sense. ny simple calculation cannot be done in HTML. {t cannot be used to display even date. he interactive web pages cannot be built by HTML. he web pages developed in HTML cannot behave like an application. he web pages developed in HTML do not have their own interface. hyper link is provided in HTML. But for that we need a trip to server at each step. Study of tags A tag is a unit of markup. It is a set of symbols defined in HTML to have special ‘ing. Tags start with a less-than sign (<) followed by a keyword, and conclude greater - than sign (>). hese symbols are known as angle brackets, For example, _the tags are : <HTML> <TITLE> </B> Every tag in HTML has a meaning and it is usually straightforward. For example, is a tag that means to switch on bold. There are two types of tags: i) Start tags. ii) End tags. Start tags are used to begin an effect, and end tags are used to end that effect. tags always repeat the keyword with a forward slash in front. For example, text to be displayed in bold is enclosed between <B> start tag and </B> end tag. <B> Hello </B> Here Hello word will be displayed in bold, ience ee ae bebileesIN ecccc is oe . ak for, ceXM her, 90 if <B> is for bold and Ta8S can be nested within each other, $0 if <B> i ‘hen you can combine thane <B> <I> Hello </I> </B> ic. Observe that it The word Hello will appear in both bold nae : “nd tags are contained completely within the Tag attributes : : 's behaviour, Many start tags can take attributes that pant te An att, isa keyword seperated by a space within angle shaded horizon For example, <HR NO SHADE> This means for an a equ al rug Some attributes require a value, preceded ed aan “en, 5, “HR WIDTH = 200">, This means a horizontal rule tha d ide, In browser, the tags themselves are not nares but their effect is displ, ‘Any tags and attributes that are unknown are ignored. lic ste, The essentials of a web page Every web page consists of a few tags that define the page as a Whole, example, a simple web page can be shown as : <HTML> <HEAD> TITLE > A Hello World Example < /TITLE > < /HEAD > <BODY> Hello, world) < /BODY > < /RTML > The above HTML code can be typed in by using text editor. The browser (ntem Explorer or Netscape Navigator) will display Hello, world ! on screen, The dhe srample consists of eight basic structure fags : <HTML>, <HEAD>, <TITLB,< RITLE>, < HEAD >, <BODY>, < /BODy >, and < /HTML >. Basic structure tags are building blocks, Now we will understand them in detail, <HTML> tag can be viewed in a web browser. The closing tag < document is started with <HTML> tag. <HEAD> tag <HEAD> tag define, Page itself in the brows </HEAD > ends the he: <TITLE > tag s the header ar er. In the <HEA| ad section a Of page, which is not displayed within D> section We have <TITLE> tag, The end # The text between this {28 and end tag < 7 ; | " + 6 T is ie is displayed in the title bar of browser The tite open deca « | at as pre Computer Sctence-Xa! [705 frequently used by web indexing and searching, programs to name your web page. There should not be extra spaces between title tag and text of title. <BODY > tag The actual contents of the web page that will be displayed on browser will in body section of docu: ment. Th tion starts with <BODY> tag and with < /BODY >, ent. The body sectior There are several optional attributes for this tag. For example, we can set back ground images, change the font of text by using attributes. Figure (4.1) shows basic structure of an HTML document. ape <HTML> <HEAD> <TITLE> Title of your document Actual document Fig. 4.1 : Basic structure of an HTML document. Adding structure to page In HTML, there are block — level tags available which can be used for assigning structure to a web page. Block level tags are used to define groups of text for a specific role, such as heading, an author's address, paragraph, or a table. We will discuss some of them in detail. Paragraph :

tag, ‘A paragraph can be created by enclosing text within paragraph codes

and

. Remember that browser will ignore any “paragraphs” you created by pressing Enter while working on HTML code in a text editor. You must specifically define a paragraph in the code by using a paragraph tag. For example,

This is first paragraph; its code continues over several lines, but will be displayed as a single paragraph in a browser.

And this is second paragraph that will also be displayed as such in a browser. < /P > eee =H a is Sa. pe eae aT your browser Noe in BN Of each tine Is determined hy width of the browser's window, The bro hi Will insert some &xtta space between paragraphs. In some instances we dg 7 UXT spaces, then © can use ine ~ break tag,
. It tells the browser ty y)" "ay, text th, F At Follows onte y extra space between Ph @ new line without inserting a re Prakash Khanale Basmath Road
Parbhani 431401 “ample, name and address are broken into several lines ang mah, displayed as : OF example, In above Will be Prakash Khanale Bank colony Basmath Road Parbhani 431401 A line break is like {ypewriter’s carriage return ~ it takes you back to the le margin. The

tag has one optional attribute called align. It allows you to SPECIfY Whey the text appears on screen.

Left alignment like normal text. ;

Text is aligned to right margin, but no justified to left

Text is centered. Dividing sections :


tag ‘A web page can be divided into separate sections by using horizontal tule, tag takes several optional attributes, For example, you can specify line's thickness and how much of the browser's window it should span (as 2 percentage), such as :
...
, adings. They are

, @ maximum of six levels of he: i er, bolder font than rhe first level heading is displayed in larg alow level heading. A sample of six headings is shown below. Heading 1 Heading 2 Heading 3 Heading 4 Heading 5 Heading 6 HTML headings can be used in any order. Normally the first level heading is used at highest level and sixth level at the lowest level. When you are structuring a page with headings, the first heading you use should generally by the highest level that will occur on page. It must not be

, but instead you may start with

because you want heading that appears in smaller font. In this case

will be the primary level. Forexample, _

This is two line
first level heading < /H1 >

and
are used for fine print text and legal notices. The heading start tags can use one of the following attributes : ALIGN= “LEFT” = ALIGN= “RIGHT” ALIGN = “CENTER” ALIGN = “JUSTIFY” These attributes control the horizontal alignment of the heading. For example,

My Heading < /H1 > would create centered, first-level heading with the words “My Heading”. Justify alignment makes text appear with smooth margins on both left and right sides. Formatting Text Addition of bold face, italics and underlining to the text gives additional emphasis to words and phrases in the text. It is important in passing message to the audience. HTML consists of different tags for formatting text, , , ,
,
ete. tag is bold tag. It boldfaces text appearing between and < /B >. For example, This is bold text < /B > tag is italic tag. It italicizes the text appearing between and For example, This is Italic < /1 > tag is underline tag, It underlines text appearing between and cience-XM ity For exam i ample, underline | You should gene slining text because thal 18 ROW bro, a generally avoid unde Indicate hypertext links in web pages. PRES tag, dis;
 is preformat the text. The text ape

displayed in monospace form. Using this tag We ©"

used for columnar lists
For example, 
 Name Marks Percentage 
Sey, aring between
 and < ppp
position the characters

 

splayed as: Name
 Dogs Ran away

Display is: Dogs Ran away
tag : This tag displays web page's information such as page URL (uniform resou,, locator), author name, date of last revision, and s0 on, In italics in your browser. text in address tag is recognised by search engines as Your address information, URL is address for a web page. It is unique for each page- For example, _http : // www. dnyanopasak. com/ Here http (hyper text transfer protocol) is web protocol, www. dnyanopass, com is domain name. Domain name is internet name of computer that is serving thy information. This is URL of Dnyanopasak college, when we type this URL in ws server, we can see the home page of Dnyanopasak college. The address tag can be used as shown below. For example,
P B Khanale email : prakash-khanale@hotmail cn
tag is emphasis tag. The text appearing between and < /EM > will displayed in italics. This tag is used to emphasize the text. Emphasis has meaning compared to italic tag , which is meaningless. Text to speech browsers give spokes emphasis to text within an emphasis element. For example,

you must handover the money to him

tag This is strong tag. The text appearing between and < /STRONG” will be displayed in bold. This tag is used to create a strong emphasis. Text to spe" reader gives strident pronunciation to strong text. . For example, _

I swear, if they don’t give me that raise , I quit, < /P >.

  • tag
  • is lists tag. There are three main types of lists : unordered lists, ore" lists and definition lists. Ordered lists are numbered in some fashion, while unorde™ lists are bulleted. Definition lists consist ofa term followed by its ‘definition ee s—COS — ot ience-XII .s the use of Me ________ poth ordered and unordered pei clement © indicate where cack en a ee tag | COL > (©) or a square (q). The tags for unordered lists are
      For example, a closed Shopping Li List < SBopy. Ping List < TITLE > <UL> <LI> Eggs <L> Milk <LI> Apples </UL> | The list will be displayed as : + Eggs. * Milk + Apples Observe that the list-item element uses <LI> tag and actual content of list. Both <UL> and <LI> have same set of attributes : | TYPE = “CIRCLE” TYPE = “DISC” TYPE = “SQUARE” ‘The CIRCLE attribute values is used for a hollow bullets (0), the DISC type creates a solid bullet (@) and SQUARE value renders a solid block (™). The default - appearance for a list is with disc. The < /UL > tag is always required at the end of unordered lists. You can also ~ use </LI> at end of each list item. For example, <UL TYPE = “SQUARE”> <LI> Hammer <LI> Screwdriver <LI TYPE = “CIRCLE”> Screws </UL> It will be displayed as : =) Hammer = Screwdriver © Screws One important aspect of lists is that you can nest one list inside another to create a sublist, The default operating of sub-list will vary from main list. For example, <UL> <LP> Body <UL> <LI> Head <L> Hand <UL> <LP> Finger <LI> Thumb </UL> </UL> The display will be @ Body © Head © Hand @ Finger @ Thumb Creating Ordered Lists Ondevea lists can be preceded by Arabic numerals, i edatauiens oe a Roman numerals, or uppercase or lowercase alphanumeric ¢ TONERS fo, an ordered lists are <OL> and < /OL >. For example, <OL> <LP Milk <LI> Bread <LD Cheese </OL> The list will appear as : 1. Milk 2. Bread 3. Cheese. Here are the attributes that you can use with ordered lists : TYPE = “I” (Arabic numbers) | TYPE = “a” (lowercase alphanumeric) | TYPE = “A” (uppercase alphanumeric) | TYPE = "(lower case Roman numbers) TYPE = “I” (upper case Roman numbers) START = "x" The START attribute allows you to establish the beginning of lists number seque™™ For example, <OL START = “5” > would start your ordered list’s number with the number five. When we are using ordered lists, the <LI> tag can use : VALUE attribute to make a particular list item have a certain number. For example, <LI VALUE = “10” 5 chocolate It will be displayed as: 10. chocolate You can make list of paragraphs, list of links and of images also ad HTML - Computer Science-xit [135] Definition lists ‘The definition list element uses <DL> start tag. and < /DL > end tag to create a This list is rendered without bullets. <DT> tag is used for definition or litle of the item you are defining. The <DD> tag, is used for the definition Ii terms ic. name definition itself. For example, <DL> <DT> TermA <DD> Definition of term A <DT> Term B <DD> Definition of Term B </DL> This will be displayed as : Term A Definition of term A Term B Definition of term B <A> tag <A> is another tag. It is used to create links (or hyperlinks). Links points to different files on the web. The text or image enclosed within <A> and </A > tag is a link, This link is clickable in a graphical browser. With most browsers, text within the anchor tags is displayed in a different colour, and underlined. For example, <A HREf = “http : // www. dnyanopasak. com/"> HOME page of dnyanopasak < /A > <SUB> tag <SUB> is subscript tag. The text enclosed in <SUB> and < /SUB > is displayed in subscript form. It is bit lower than text. This is useful for mathematical formulae. For example, H <SUB> 2 </ SUB > O. The display will be: H <SUP> tag <SUP> is superscript tag. The text enclosed in <SUP> and < /SUP > is displayed in superscript form. This element is also useful for mathematical formulae. : For example, E = MC <SUP>2 < /SUP > Which is displayed as: E = MC?. It can be used for trademark symbol. Use HCL <SUP> TM < /SUP > computers. It will be displayed as : Use HCL™ computers. <FONT> tag : This is font tag. It is used to format the size, typeface, and colour of the enclosed text. Ee The <FONT> tag can be used with three different attributes : SIZE, FACE, and LOR. and \ oS 0" Se ‘ 156] Computer Science-\11 ae 1 Xt er > or relative values rangi, The SIZE attribute can be specified in absolute or rel TANBing ¢ \ ~ 1 £0 7. Using a relative font size ie. by putting 4 Pius of BENS Sen before | number will change the font size relative to the default font siz , For example, <FONT SIZE =" +4" > makes the font size four steps bigger than the default font sizes are shown compared to default font size size. The seven diffe, i This is Size text (Compared to Normal Text) Size 2 text (Compared to Normal Text) ay is Size 3 text (Compared to Normal Tex This is Size 4 text (Compared to Normal Text) This is Size 5 text (Compared to Normal Text) This is Size 6 text (Compared to Normal Text) This is Size 7 text (compared to Normal Text) Ln ‘The COLOR attribute is specified with an RGB value, or you can also speci, colour name. The FACE attribute specifies a typeface that you would like to use for the tey enclosed by the font element. You can use single typeface, such as Arial or courier a list of typefaces separated by commas. The available type face will be used display text. For example, <FONT FACE = “arial, helvetica” > This text will appear as ail or helvetica, depending upon which font is available < /FONT) If font face is not available, the default face will appear. <BIG> tag <BIG> is big tag. The text enclosed in <BIG> and < /BIG > is displayed in large font. <BIG> tag has the same effect as <FONT SIZE = "+ 1” > For example, <BIG> The Big company < /BIG > If already size is largest, tag is ignored. <SMALL> tag This is small tag, The text enclosed in <SMALL> AND < /SMALL >is dis in smaller font. If size is smallest then tag is ignore <SMALL> tag has same effect as <FONT SIZE For example, <SMALL> The <STRIKE> tag This is strike tag, The text enclosed in <STRIKE> } would have a line drawn through the middle of text STKE (or <S> and For example, <STRIKE> This is hopeless sit, The display will be : Nation </STRIKE > Now with the knowledg eof these tags, let's write some simple code in HT™! ‘-1"> small company < /SMALL > HTML {MARQUEF> tag This is a marquee tag. The text enclosed in <MARQUEE> and </MARQUEE> would be rolled over horizontal line on the web page. This is used to roll the current news oF position of different companies in stock market For example, <MARQUEE> STOCK MARKET COLLAPSES «MARQUEE The display will be continuous rolling, of words STOCK MARKET COLLAPSES: problem 4.1 Create a web page to display your personal information, such as Name, phone number and date of birth, HTML code <HTML> <HEAD> <TITLE> Problem 4.1 PERSONAL INFORMATICN
      My Name is, PRAKASH KHANALE
      My Address is ,
      Bank colony
      Basmath Road
      Parbhani
      pin : 421401
      Telephone : 24240
      Date of Birth : 08 - 08 - 64 SEE you again
      visit to dnyanopasak
      The above code can be typed in Notepad. Save the file by some name like CS41. html, You can execute the file by using web browser such as internet explorer Computer Science-Xt1 [157] address, or Netscape Navigator. Problem 4.2 Create a web page of college consisting of information such as Name of college, Address and courses offered by college. HTML code Problem 4.2 mail to: pbkahotmail com’?
      Links A link is a pointer to another document. In an HTML document we can cet a link to other document or file or an image by using anchor tag, . A typical anchor tag for link is similar to following : : xerox corporation The opening tag includes hypertext reference (HREF) that specifies the place you are linking to, thatis, the destination URL, or the name of the file. In this example, the destination is URL http : “[Link]. “Usually link appears as an underlined text (or image) and if we move mouse over it, the shape of the cursor changes. On clicking, link is referenced. Creating links to web pages and URLs In a web page there may be needed a lot of links to the other web pages. The links to the other web pages can be established as: page two When you click on page two, [Link] page will be referenced. | The links that you include to pages should be easily accessible. You may not | always want the link document to appear in the same browser window, as it makes _ original contents disappear. In such a case we can use the attribute ¢targete attribute PDK | with tag. For example, Now if you click the link, the document First. html will be displayed in another window. Links to other websites or URLs can be created as : If you want to open a specific html document from other website then it can be opened as : xerox corporation Creating links within the same page Sometimes in a web page we may have a long price list or Frequently Asked Questions (FAQ) list we may want to keep together so people can easily print it ot! eee eae eeeennnnnnnnneTT TTT TTT TT seeree 7 - _ Computer Science-XIt [161 HTML ____— = HTML hen we have IOng Pages, itis conve game page: TO provide such link, labels or names in page are © (a8 ‘ For example, Contacting Authors “contact” is a label in the same page. The pound sign prefix in HREF a sdicates that the jump is internal to this page. ttribute types of Hyper link : In HTML, link is created to jump from one document to other or imag Local or webpages by using special tag Text name a) Link to page on the world wide web. dsm A String “dsm” is a hypertext link to the website indicated by URL specified. b) Link to an image by images as a link - The image [Link] is a hyper text link to image file [Link]. ©) Link to document located in different directory - Click here Here by clicking on “Click here” link, destination page “P; html” will be displayed which is specified in the path given. e or any Various type of URLs that can be used in links We can use different protocols to create links. So far, we have seen use of http protocol to create link. Now we will discuss other protocols to create links. FIP URLs ‘The File Transfer Protocol, FTP, is used to deliver text or binary files over the internet. An FTP URL has the format : ftp : // hostname [:port] / [path] / [filename] For example, Netscape’s FTP site Gopher URLs ‘The Gopher protocol lets you connect to a Gopher site and transfer several different types of files. A Gopher URL has a format : gopher : //hostname [:port] / [gophertype] [selecter] For example, University of Minnesota's Gopher site News URLs Ttrefers to News group. A news URL has a format news : newsgroup For example, Newsgroup Telnet URLs The Telnet protocol is a communication facility that lets you log int computers or use interactive services on remote host. A Telnet URL has a f tO of, formar For example, NBA schedule services Clicking on hypertext causes the browser to open telnet terminal wind, connect to port 859 on the [Link]. low ang A visual element like graphics, images, pictures, photographs makes your, more compelling and gives unique look to the page. The images can be addes page by using tag and its many attributes. tag This is image tag. Its purpose is to include graphic images in the body of thy webpage. Images are sometimes referred to as inline images because the images x inserted within a line of body text. Because image is a text level element, it shouldbe nested inside a paragraph or other block level container, and it does not stata nex paragraph automatically. To make an image appear as a separate paragraph, enclose it within paragraph element as :

      Most browsers can display images if they are in particular format. The 8° popular formats are jpg and -gif. We will discuss image formats later on. Image element attributes You should always use two attributes with any tag : the SRC and aul attributes. In SRC, we need to give appropriate path of image file for searching: For any browser that is not displaying images, the alternate text contained isi#* the ALT attribute is displayed, instead. For example, “Mickey tag wit °° m nd right sides, use
      “| Here bamm. jpg image is used for link. Image Formats GIF images (a file with. gif extension) are most common types of images used on the web. GIF stands for Graphic Interchange Format. GIF is good for line drawings icons, computer generated images, cartoons, or any images with big areas of solid colors. GIF images can contain only 256 colors. JPEG stands for Joint Photographic Experts Group. Itis compact format, designed for photographs and other images. JPEG images can allow 16 million different colors in an image. PNG is another image format. PNG stands for Portable Network Graphics. PNG are superior to GIF. PNG are smaller, have more colors. Images can be created by using softwares like Photoshop, Paintshop and th! can be downloaded from internet. There are conversion utilities available whi can change the format of image. Problem 4.4 Write an HTML code for creation of web page for T-Shirt company. Incorpo” image in webpage. od Lt Computer Science-X1 [165 yi ee CAMBRIDG! $ co aa T-SHIRTS COMPANY Welcome To cambridge T-shirts!
  • <¥2> Fabulous T-shirts Since 1955 our COmPEDY Cambridge's Fabulous t-2airt-company «/B7+ 1* YOUE second-best -choice for T-Shirts write to us at : cprs 555, Desai Road
    Mumbai-65

    call us at (022) 111 - 4292 We're here to help! SRC = “images/ [Link]” ALT = “T-Shirt”>


    why not visit yahoo ?
    HTML tables mark up data that should be organised in table structure, instead of in paragraph or other block level structure. With tables you can present data organised in rows and columns. One advantage of table is that your data is easier to read. tag In HTML, table can be created by
    start tag and < /TABLE > end tag. With
    tag you can determine the following formatting options for your table: Width of table. (WIDTH) Alignment of entire table. (ALIGN) Cell Borders and table border width. (BORDER) Spacing between each neighbouring cell (CELL SPACING) Padding within a cell. (CELL PADDING) gees ASS ST [iS] Computer sc ie ALIG) attribute
    STABLE ALIGN = “RIGHT’> ent of the table. ALIGN attribute specifies horizontal alignment of he of table can be specified as 7 The WIDTH of table can b ecified peciiie: of windon: or STABLE WIDTH = "100" to a fixed pixel value. The BORDER attribute is use,
    which sets cell spacing to 50 Pixel, You can increase the amount of space in between the cell border and the cel data with CELLPADDING as :
    All the attributes of table can be put together as : < TABLE ALIGN = “CENTER” WIDTH = "50%" BORDER = “5 CELLSPACING = “10” CELLPADDING = "5" > Caption is displayed outside the table's border. , tag can include Several attributes : BG COLOR, ALIGN, and VALIGN. BGCOLOR det of the row, ALIGN = “CENTER” 167, ae ae we ALIGN = “RIGHT” the default value for ALIGN is lett You can also specify vertical alignment by VALIGN VALIGN = “Top ; VALIGN = “BASELINI The default value for VALIGN is MIDDLE. The table can be colored with BGCOLOR.
    tag SCAPTIONS tag is used to create a caption on top of or below the table. Ttrequizes end tag, Itven be used with ALIGN attribute Forexample, — Yesterday's weather
    AND tags table row element begins a new table row.
    | The width of individual cells can be set as : | problem 4.5 Write HTML code for a web page displaying following table: Yesterday's Weather City High Low Wind Aurangabad 30 20 South Jalna 32 21 South Parbhani 35 2 West Nanded 39 3 West Latur 33, 20 = South HTML code weather table | | : 168] Computer Science-XIl ete | Latur
    yesterday's weather
    City High Low Wind
    Aurangabad 30 20 south
    Jalna 32 21 South
    Parbhani 35 22 West
    Nanded 39 25 West
    33 20 South

    Problem 4.6 Write HTML code for a web page displaying six-celled table. Sunda Monday [ y Tuesd. cay First [Second] Third HTML code Celled Table </r: ose /TITLES <BODY> oe : Computer Science-XI1 [169] ~_ <TABLE BORDER — <TR> "5" CELE SPACING = °50") | <TD> Sunday </tps <TD> Monday </rp. <™D> Tuesday </7p> </TR> <TR> <TD> <TD> First </rp, Second </rp. <TD> Third </rps </TR> </TABLE> </BODY> </HTML> COLSPAN and ROWSPAN The COLSPAN attribute can be used to make cell contents merge with another ell <TD COLSPAN = “2"> <TH COLSPAN = “2”> This spans two columns. ROWSPAN specifies how many rows a cell should take up. <TD ROWSPAN = “2”> <TH ROWSPAN ~ “2”> Problem 4.7 Write HTML code for web page displaying following table. Pav Bhaji [Without cheese] 700 calories : with cheese | 750 calories HTML code <HTML> <HEAD> <TITLE> Nutrition data
    ROWSPAN = “2"> Pav Bhaji without cheese 700 calories
    with cheese 750 calories
    The server stores infor ronme , at iad small programs 1 YOUr page The web is client Eo i by nature clien does processing, With VB script, you are executed on the server 7 bai Pages are by definition interactive, 6a are taken to another page. This type of interact . step. The web Pagecnnct respond to events, such as click of button becuse My | is not a programming language. It cannot display date oF Sa Culation | The latest trend in web design is to make pages active An O°" Page bethany | like an application. It has its own interface, composed of common WINCOWS Clem, each time when we click hyper jin, jon requires trip t0 server 4°" lay ' mann ‘ (command buttons, textboxes) and interacts with visitor in a manner simi Windows application. Active page does not require trip t0 serve simple programs, embedge,. loaded, the script is downlog,” The idea behind itis, | Script is an embedded application. Scripts are HTML pages as ASCII text. When the page is downl with it and is executed by browser on client computer- client computing power. : i VB script is lightweight version of Visual Basic. You can insert VB scriptin py document. Scripting allows you to take control of contents of a page and manipulate thet with your program. Following is demo program. Problem 4.8 Write an html program for VB script demo. HTML code VB Script Demo ipt Demo pag "h ££ 0000" VB script Demo Observe that you can acce: gocument abject. ment through the S various properties of docu! problem 4.9 Write an HTML code for a web page displaying local time and day. Make use of vB script HTML code Local Time and Day The Local Time is.
    The local time is now Problem 4.10 Write an HTML code for a web page of Lottery number generator. Use VBscript. HTML code Lottery number generator< /TITLE> </HEAD> <BODY> <ul> Lottery Number generator </ Hi> <H3> Bach time you come to this page, a new winning Lottery number will appear below </ H3> </H1> & 3 - ; wy | FEE] Computer seiencextt ili be: </B>, ee ence i nner Ky wi ° cps Today's icky iDPEE Ne <scater tanguage © Uy Function Gethot ve ry | eyo, Number Three Dim Number one, NU Randomize Number one = Number Two aries () * (a0 int (Rnd -u+ + ((10 me SS ci = a rnd ( ) Number Three = Int (RNG Tt Oe Two and Munber 5, Get Lottery = Number One End Function Document. write Getlottery ( ) </SCRIPT> </BODY> </HTML> Problem 4.11 ‘ : Write an HTML with VB script for a web page which greets ” “if time is 12.00 AM to 12.00 PM else greets “Good Afternoon !”. HTML code <HTML> <HEAD> <TITLE> Greeting

    and welcome to web page

    a) a) +4) Good Mons, () >= #12: 00: 00 aM # And Time ()_ eeneeeene 10. 11, 12, 13. 4 15, 16, 17. 18, 19. 20. 21 2 2. 24. 25. 26. 27. 28. 29. 30. 31 32. 33, 35. 36, 37. 38. 39, 40, 41 2 a ee ee Computer Science-XIl 177 What is HTML ? What is Internet ? What is www ? What is Web browser ? What are advantages of HTML? What are limitations of HTML ? What is HTML tag ? What is structure of HTML web page ? What is tag ? What is tag ? What is tag ? What is <BODY> tag ? What is <P> tag ? What is <BR> tag ? How ALIGN attribute is used with <P> tag ? What is use of <HR> tag ? What are different levels of headings ? How text is formatted with <B>, <I> and <U> tags ? Differentiate between <B> and <EM> tag. What is <LI> tag ? What attributes can be used with <LD> tag ? What are ordered lists ? What are unordered lists ? Explain how link is created in web page. What is use of <SUB> tag ? What is use of <SUP> tag ? What is <FONT> tag ? What is use of <BIG> and <SMALL> tags ? What is RGB code ? What is <IMG> tag ? What is use of ALT attribute ? Why it is to be used ? Explain use of ALIGN attribute with <IMG> tag, What are Float and Inline images ? What are different attributes of <TABLE > tag ? What is <CAPTION> tag? What is <TR> tag ? What is <TH> tag ? What is <TD> tag ? What are COLSPAN and R What is script? What are advantages of using, Write HTML code for a web pat OWSPAN attributes? VBScript in HTML code ? ge for displaying information of company XII Write HTML code for a web ~Colege N page displaying following me ; Modern College lame — No. of Students Courses BA. [Link]. BSc, [| ___s00___ which displays 4S. Write HTML code along with VBscript for a web page YS a ne, 200 100 digit number every time the page is visited : ‘i ing = 46. Select the correct alternative and rewrite the following a) HTMLis )) Hyper Text Manipulation Language. ii) ili) “Hi Text Mark up Language. b) www icc i) World wide web. iii) Web wide world. °° Foryellow: color, RGB code is iv) None of these. World web wide. iv) None of these. ii) #FFFFOO. i) #FFOOFF. iii) #00 FFFF. iv) None of these. do... - tag is used to bold the text. i) <BIG> ii) <B> iii) <U> iv) None of these N+eo ; eee W fi Hyper Text Mark up Language</div><section class="_1A5SlX"><div class="_13Fwm2"><div class=""><div class="J21xEw" data-e2e="recommender-list"><h2 class="_2zE7Q5" data-e2e="list-title">You might also like</h2><ul class="_1LVQoI" data-e2e="list-content-wrapper"><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/632632390/HTML-NOTES" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">HTML Code Structure and Syntax Guide</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/632632390/149x198/bff6c40da5/1710545171?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/632632390/298x396/9cf1818cef/1710545171?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">HTML Code Structure and Syntax Guide</div><div class="_3UuYwh zs8qzW">29 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/791785305/FSWD-UNIT-1-AIML" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">HTML Anchor Elements Guide</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/791785305/149x198/6c816e7ec8/1731506341?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/791785305/298x396/b97580ac94/1731506341?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">HTML Anchor Elements Guide</div><div class="_3UuYwh zs8qzW">56 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/45020750/HTML" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Introduction to HTML Basics</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/45020750/149x198/227537c483/1291957228?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/45020750/298x396/a73234480e/1291957228?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Introduction to HTML Basics</div><div class="_3UuYwh zs8qzW">13 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/881345239/HTML" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Understanding HTML Basics and Structure</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/881345239/149x198/3c41dd2abb/1751018392?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/881345239/298x396/6d171e6cf7/1751018392?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Understanding HTML Basics and Structure</div><div class="_3UuYwh zs8qzW">23 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/868913346/WebTechnologies-Lecturenotes-5modules-844e31a2f86e28b328e3132d7109e75b" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Introduction to HTML Basics</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/868913346/149x198/cc4ae4d268/1748524174?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/868913346/298x396/8300b7fcb7/1748524174?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Introduction to HTML Basics</div><div class="_3UuYwh zs8qzW">162 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/749418670/Ch-7-HTML" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">CH 7. HTML</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/749418670/149x198/b71e26a99c/1720625169?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/749418670/298x396/dd5d9d4f1c/1720625169?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">CH 7. HTML</div><div class="_3UuYwh zs8qzW">30 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/795243172/a090de5c-874a-47a9-bb8f-878d8dc94558-HTML-NOTES-UNIT-3-BCA-III-SEM" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">BCA HTML Programming Notes PDF</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/795243172/149x198/a654209c4f/1732207030?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/795243172/298x396/1c89d08f38/1732207030?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">BCA HTML Programming Notes PDF</div><div class="_3UuYwh zs8qzW">9 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/presentation/498595652/Unit3" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">HTML Basics for Web Development</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/498595652/149x198/213a840bf8/1615656490?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/498595652/298x396/0554eca10b/1615656490?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">HTML Basics for Web Development</div><div class="_3UuYwh zs8qzW">49 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/752766562/Adobe-Scan-Jul-01-2023" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Learn HTML Basics and Web Page Creation</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/752766562/149x198/3c2fd78338/1721750137?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/752766562/298x396/02dc32353d/1721750137?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Learn HTML Basics and Web Page Creation</div><div class="_3UuYwh zs8qzW">9 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/549711377/wt-html" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Introduction to HTML and Web Design</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/549711377/149x198/45a4b375e6/1710574596?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/549711377/298x396/5f141b845c/1710574596?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Introduction to HTML and Web Design</div><div class="_3UuYwh zs8qzW">84 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/744047161/HTML-BASICS" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">HTML Fundamentals Overview</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/744047161/149x198/58e17bf17f/1718951869?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/744047161/298x396/ec0b5f892c/1718951869?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">HTML Fundamentals Overview</div><div class="_3UuYwh zs8qzW">5 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/716865807/Gr7-HTML-Notes-2022-23-Docx" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">HTML5 Basics: Tags, CSS, and Web Pages</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/716865807/149x198/f35324f3c5/1711344204?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/716865807/298x396/19780a6ff3/1711344204?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">HTML5 Basics: Tags, CSS, and Web Pages</div><div class="_3UuYwh zs8qzW">48 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/736212372/HTML" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Web Development Course Overview</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/736212372/149x198/15e5078cde/1716718115?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/736212372/298x396/7e5730a0d6/1716718115?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Web Development Course Overview</div><div class="_3UuYwh zs8qzW">50 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/628402754/BWD-Unit-1" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">BWD Unit-1</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/628402754/149x198/94901feb4b/1710580720?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/628402754/298x396/2388e9ace7/1710580720?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">BWD Unit-1</div><div class="_3UuYwh zs8qzW">18 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/726221698/Htlm-Intro" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Introduction to HTML Basics</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/726221698/149x198/7b940e3a01/1713963014?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/726221698/298x396/a44429189d/1713963014?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Introduction to HTML Basics</div><div class="_3UuYwh zs8qzW">28 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/788338757/What-is-HTML" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Understanding HTML Basics and Structure</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/788338757/149x198/b2c66ccadf/1730818284?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/788338757/298x396/36123deb0b/1730818284?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Understanding HTML Basics and Structure</div><div class="_3UuYwh zs8qzW">20 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/547486315/HTML-1" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Introduction to HTML Basics</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/547486315/149x198/2a23d908f6/1710575417?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/547486315/298x396/4bf42a49df/1710575417?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Introduction to HTML Basics</div><div class="_3UuYwh zs8qzW">12 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/473332880/Unit-2-pdf" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Introduction to HTML Structure</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/473332880/149x198/5d85c02732/1598152184?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/473332880/298x396/8fb9637091/1598152184?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Introduction to HTML Structure</div><div class="_3UuYwh zs8qzW">21 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/793789252/Web-Technologies-Ppt-Unit-1" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">HTML and CSS Basics for Web Development</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/793789252/149x198/983a413fab/1731935290?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/793789252/298x396/5d5e997016/1731935290?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">HTML and CSS Basics for Web Development</div><div class="_3UuYwh zs8qzW">326 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/presentation/895413290/HTML-Training-Presentation-1" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Beginner's Guide to HTML Basics</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/895413290/149x198/8af9dd44cc/1753949679?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/895413290/298x396/4b7487779b/1753949679?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Beginner's Guide to HTML Basics</div><div class="_3UuYwh zs8qzW">70 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/882824450/HTML-Notes-Basic" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Understanding HTML and Hyperlinks</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/882824450/149x198/61e27d1ab8/1751344027?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/882824450/298x396/0f0cb4e9a4/1751344027?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Understanding HTML and Hyperlinks</div><div class="_3UuYwh zs8qzW">41 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/862518014/HTML" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Understanding HTML Basics and Structure</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/862518014/149x198/fa79e3eaf2/1747387206?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/862518014/298x396/5214d52050/1747387206?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Understanding HTML Basics and Structure</div><div class="_3UuYwh zs8qzW">14 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/726626491/UNIT-2-NOTES-E-Comm-1" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">UNIT 2 NOTES E-Comm</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/726626491/149x198/1a7f49fadd/1714060412?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/726626491/298x396/e24f47ebb8/1714060412?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">UNIT 2 NOTES E-Comm</div><div class="_3UuYwh zs8qzW">26 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/presentation/761774723/2-Unit-I-HTML" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">HTML Basics: Structure and Tags Guide</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/761774723/149x198/eb9a0bfef3/1724393526?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/761774723/298x396/b721d6cb28/1724393526?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">HTML Basics: Structure and Tags Guide</div><div class="_3UuYwh zs8qzW">65 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/915440258/Cs1-Chapter-4-HTML" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Introduction to HTML Basics</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/915440258/149x198/bc3a81d75f/1757588647?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/915440258/298x396/aead0c66a5/1757588647?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Introduction to HTML Basics</div><div class="_3UuYwh zs8qzW">40 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/911241960/HTML-Notes" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Introduction to HTML Basics</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/911241960/149x198/916cd423cd/1756971477?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/911241960/298x396/deaf72457e/1756971477?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Introduction to HTML Basics</div><div class="_3UuYwh zs8qzW">26 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/851808593/Be-5-It-Gecbvn-Bharatvainsh-Unit-2-HTML-Wd-3151606-2024" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">HTML Basics for Web Development</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/851808593/149x198/5270b5c330/1745134053?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/851808593/298x396/65908caf7d/1745134053?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">HTML Basics for Web Development</div><div class="_3UuYwh zs8qzW">38 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/516437980/Basics-of-Html" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">HTML: HTML Stands For Hyper-Text Markup Language. It Allows Us To Create Web</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/516437980/149x198/f112135e9a/1710540537?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/516437980/298x396/f1610d4d71/1710540537?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">HTML: HTML Stands For Hyper-Text Markup Language. It Allows Us To Create Web</div><div class="_3UuYwh zs8qzW">34 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/814910206/Class-8-Computer-worksheet-of-Introduction-to-HTML" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">HTML Basics for Class 8 Students</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/814910206/149x198/2c2664043d/1736713266?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/814910206/298x396/b8a5a16cfc/1736713266?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">HTML Basics for Class 8 Students</div><div class="_3UuYwh zs8qzW">8 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/755203044/2-HTML-Hyper-Text-Markup-Language" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Importance of Head and Body Tags in HTML</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/755203044/149x198/c508f8f417/1722506228?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/755203044/298x396/a5a7fcef93/1722506228?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Importance of Head and Body Tags in HTML</div><div class="_3UuYwh zs8qzW">30 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/905270225/HTML-Revision-Part-1" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">HTML Revision Overview</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/905270225/149x198/751de57d8d/1755946212?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/905270225/298x396/73a602c928/1755946212?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">HTML Revision Overview</div><div class="_3UuYwh zs8qzW">12 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/479764954/html-tutorial" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Understanding HTML Document Structure</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/479764954/149x198/c81581f705/1710550260?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/479764954/298x396/271028f990/1710550260?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Understanding HTML Document Structure</div><div class="_3UuYwh zs8qzW">41 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/866729375/HTML" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Understanding HTML Basics and Structure</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/866729375/149x198/b7d63302d6/1748148897?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/866729375/298x396/b86af79832/1748148897?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Understanding HTML Basics and Structure</div><div class="_3UuYwh zs8qzW">91 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/806108022/Web-Designing" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">HTML5 and Web Design Fundamentals</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/806108022/149x198/f51c5d8470/1734513465?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/806108022/298x396/4b9043b275/1734513465?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">HTML5 and Web Design Fundamentals</div><div class="_3UuYwh zs8qzW">80 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/presentation/796622016/Lecture-2" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Introduction to HTML Basics</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/796622016/149x198/dcdcf1e93d/1732535714?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/796622016/298x396/0baaeb9cc6/1732535714?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Introduction to HTML Basics</div><div class="_3UuYwh zs8qzW">42 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/467980535/44-Chapter-1-HTML-4-Handouts-Zeeshan" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">44 - Chapter 1 - HTML-4 Handouts - Zeeshan</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/467980535/149x198/b610258512/1710582814?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/467980535/298x396/0f287af9ce/1710582814?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">44 - Chapter 1 - HTML-4 Handouts - Zeeshan</div><div class="_3UuYwh zs8qzW">26 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/237316233/WT-Notes-Final" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Web Technologies Notes: HTML Java Script CSS XML JDBC Servlets JSP</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/237316233/149x198/827eb0c595/1408547074?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/237316233/298x396/a6dcd60c50/1408547074?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Web Technologies Notes: HTML Java Script CSS XML JDBC Servlets JSP</div><div class="_3UuYwh zs8qzW">98 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/898032200/unit-2-WT-ECE" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Understanding HTML Document Structure</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/898032200/149x198/03678d4a74/1754464442?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/898032200/298x396/b57059c37c/1754464442?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Understanding HTML Document Structure</div><div class="_3UuYwh zs8qzW">67 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/presentation/692714509/html-and-it-s-properties" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Introduction to HTML Structure and Tags</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/692714509/149x198/c529479316/1710558996?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/692714509/298x396/17dcff5363/1710558996?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Introduction to HTML Structure and Tags</div><div class="_3UuYwh zs8qzW">24 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/867033023/Chapter-4-Introduction-to-Hyper-Text-Markup-Language-HTML" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Introduction to HTML Basics</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/867033023/149x198/79f438928d/1748207816?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/867033023/298x396/718f5d5603/1748207816?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Introduction to HTML Basics</div><div class="_3UuYwh zs8qzW">121 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/880589974/CHSE-12TH-HTMLNote" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">HTML Basics for Web Development</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/880589974/149x198/098f6a0b9e/1750861288?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/880589974/298x396/ea2a907346/1750861288?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">HTML Basics for Web Development</div><div class="_3UuYwh zs8qzW">34 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/697436443/HTML-Notes" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">HTML Notes</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/697436443/149x198/fb798ec283/1716507693?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/697436443/298x396/3b4dc19189/1716507693?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">HTML Notes</div><div class="_3UuYwh zs8qzW">38 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/742032964/Complete-AI-Notes" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Comprehensive Guide to Web Technologies</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/742032964/149x198/98ec5ee19a/1718309158?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/742032964/298x396/d54cd4a1cb/1718309158?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Comprehensive Guide to Web Technologies</div><div class="_3UuYwh zs8qzW">202 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/837806827/BWD-Unit-1" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Understanding HTML Basics</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/837806827/149x198/b2031a611c/1741663766?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/837806827/298x396/e842b45348/1741663766?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Understanding HTML Basics</div><div class="_3UuYwh zs8qzW">18 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/917300101/BASIC-HTML-STRUCTURE" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Basic HTML Document Structure Guide</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/917300101/149x198/6d72ace614/1757933414?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/917300101/298x396/651a123b3e/1757933414?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Basic HTML Document Structure Guide</div><div class="_3UuYwh zs8qzW">16 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/presentation/729827837/HTML" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">HTML Basics: Structure and Tags Guide</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/729827837/149x198/48cb7ef89e/1715001895?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/729827837/298x396/2616466ea7/1715001895?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">HTML Basics: Structure and Tags Guide</div><div class="_3UuYwh zs8qzW">14 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/367999308/HTML-docx" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Learn HTML Basics and Syntax Guide</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/367999308/149x198/12c3d10009/1514444894?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/367999308/298x396/f48b6796af/1514444894?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Learn HTML Basics and Syntax Guide</div><div class="_3UuYwh zs8qzW">27 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/558008362/Practical-file-vikas" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Practical File Introduction: HTML Basics</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/558008362/149x198/2471fedfdc/1710588517?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/558008362/298x396/75207bacc1/1710588517?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Practical File Introduction: HTML Basics</div><div class="_3UuYwh zs8qzW">13 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/presentation/723118987/HTML-Basics" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">HTML Basics: Structure and Tags Guide</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/723118987/149x198/725d37710e/1713161992?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/723118987/298x396/a2dc13c04e/1713161992?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">HTML Basics: Structure and Tags Guide</div><div class="_3UuYwh zs8qzW">119 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/848726181/WEB-TECHNOLOGY-Notes" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Fast-Loading Graphics with Text/Audio</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/848726181/149x198/b2eefd2f7d/1744360345?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/848726181/298x396/8a70621628/1744360345?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Fast-Loading Graphics with Text/Audio</div><div class="_3UuYwh zs8qzW">79 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/741222291/HTML-Tutorial" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Introduction to HTML Basics and Tags</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/741222291/149x198/d69fc66f80/1718092824?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/741222291/298x396/14aee5bd8d/1718092824?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Introduction to HTML Basics and Tags</div><div class="_3UuYwh zs8qzW">47 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/470618304/html" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Understanding HTML Document Structure</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/470618304/149x198/9f922ae467/1710533053?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/470618304/298x396/f0fcc2c980/1710533053?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Understanding HTML Document Structure</div><div class="_3UuYwh zs8qzW">13 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/669195669/Introduction-to-HTML" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Introduction to HTML Basics</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/669195669/149x198/e59704fac3/1710566357?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/669195669/298x396/6e84aa5144/1710566357?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Introduction to HTML Basics</div><div class="_3UuYwh zs8qzW">17 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/52484445/html" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Introduction to HTML Basics</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/52484445/149x198/c3088e8c21/1439300940?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/52484445/298x396/6f9180444e/1439300940?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Introduction to HTML Basics</div><div class="_3UuYwh zs8qzW">10 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/717795452/Web-Programming-HTML" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Step-by-Step HTML Programming Guide</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/717795452/149x198/f14cf1a0b4/1711582257?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/717795452/298x396/2403e9da6a/1711582257?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Step-by-Step HTML Programming Guide</div><div class="_3UuYwh zs8qzW">48 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/332075598/UNIT-1" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Introduction to HTML Basics</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/332075598/149x198/eda4142fa0/1479919040?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/332075598/298x396/2a7cdd7398/1479919040?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Introduction to HTML Basics</div><div class="_3UuYwh zs8qzW">17 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/835532513/CS1-CHAPTER-4-New" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Understanding HTML: Basics & Benefits</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/835532513/149x198/c1cfe58e1b/1741152127?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/835532513/298x396/d6af741cb6/1741152127?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Understanding HTML: Basics & Benefits</div><div class="_3UuYwh zs8qzW">41 pages</div></div></div></div></li></ul></div></div></div></section></div><div class="GridColumn-module_wrapper_soqyu- GridColumn-module_hide_below_l_7M0-Xa GridColumn-module_extended_xl4_2_1yIW6E GridColumn-module_extended_xl3_2_mt-u-v GridColumn-module_extended_xl2_3_m7b4Yd GridColumn-module_extended_xl_3_-M4jBh GridColumn-module_extended_l_3_BRh6gm GridColumn-module_extended_m_3_WS7F6q GridColumn-module_extended_s_3_80JJD4 GridColumn-module_extended_xs_3_1WuHyd GridColumn-module_extended_xxs_3_glgZEz _1oOrzj"></div></div></div><div class="GridRow-module_wrapper_Uub42x GridRow-module_extended_Bvagp4"><div class="GridColumn-module_wrapper_soqyu- GridColumn-module_extended_xl4_12_UeyicL GridColumn-module_extended_xl3_12_TsrxQ- GridColumn-module_extended_xl2_12_ceos-a GridColumn-module_extended_xl_12_7vx87Y GridColumn-module_extended_l_12_gCRsqg GridColumn-module_extended_m_8_bDZzOd GridColumn-module_extended_s_4_ZU5JoR GridColumn-module_extended_xs_4_NH6tlg GridColumn-module_extended_xxs_4_dHKOII"></div></div></div><footer class="Footer-module_wrapper__7jj0T _1ZsTbw" id="global_footer"><h2 class="visually_hidden">Footer menu</h2><div class="GridContainer-module_wrapper__7Rx6L GridContainer-module_extended__fiqt9"><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="BackToTopLink-module_wrapper__HTQnD visually_hidden"><a data-e2e="back-to-top-link" href="#global_header" class="BackToTopLink-module_link__EOy-v">Back to top</a></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_s__Lbw11 GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><div class="Footer-module_horizontalColumn__vuSBJ"><h2 class="Footer-module_columnHeader__gcdjp Footer-module_scribdColumnHeader__HpvDx">About</h2><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="About Scribd, Inc." class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_about_scribd_link" href="https://www.scribdinc.com/about"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">About Scribd, Inc.</span></span></a></li><li><a aria-disabled="false" aria-label="Slideshare" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="shared.footer.slideshare" href="https://www.slideshare.net/" target="_blank"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Slideshare</span></span></a></li><li><a aria-disabled="false" aria-label="Join our team!" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_join_our_team_link" href="https://www.scribdinc.com/careers" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Join our team!</span></span></a></li><li><a aria-disabled="false" aria-label="Contact us" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_contact_us_link" href="https://www.scribdinc.com/contact" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Contact us</span></span></a></li></ul></div></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_s__Lbw11 GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><h2 class="Footer-module_columnHeader__gcdjp Footer-module_scribdColumnHeader__HpvDx">Support</h2><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Help / FAQ" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_help_faq_link" href="http://support.scribd.com/hc/en-us"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Help / FAQ</span></span></a></li><li><a aria-disabled="false" aria-label="Accessibility" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_accessibility_link" href="https://support.scribd.com/hc/en-us/articles/210129586-Accessibility-Notice"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Accessibility</span></span></a></li><li><a aria-disabled="false" aria-label="Purchase help" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_purchase_help_link" href="https://support.scribd.com/hc/en-us/sections/202246306"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Purchase help</span></span></a></li><li><a aria-disabled="false" aria-label="AdChoices" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_adchoices_link" href="https://support.scribd.com/hc/en-us/articles/210129366"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">AdChoices</span></span></a></li></ul></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_s__Lbw11 GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><h2 class="Footer-module_columnHeader__gcdjp Footer-module_scribdColumnHeader__HpvDx">Legal</h2><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Terms" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_terms_link" href="https://support.scribd.com/hc/en-us/articles/210129326-General-Terms-of-Use"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Terms</span></span></a></li><li><a aria-disabled="false" aria-label="Privacy" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_privacy_link" href="https://www.scribd.com/privacy" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Privacy</span></span></a></li><li><a aria-disabled="false" aria-label="Copyright" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_copyright_link" href="https://support.scribd.com/hc/en-us/sections/202246086"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Copyright</span></span></a></li></ul></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_s__Lbw11 GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><h2 class="Footer-module_columnHeader__gcdjp Footer-module_scribdColumnHeader__HpvDx">Social</h2><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Scribd on Instagram" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_instagram_link" href="https://www.instagram.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 3.081c1.602 0 1.792.006 2.425.035.584.027.902.124 1.114.207.26.096.497.249.69.448.2.194.353.43.45.691.082.212.18.53.206 1.114.029.633.035.823.035 2.425 0 1.602-.006 1.792-.035 2.425-.027.585-.124.902-.207 1.114a1.99 1.99 0 01-1.138 1.138c-.212.082-.53.18-1.114.207-.633.029-.823.035-2.425.035-1.602 0-1.792-.006-2.425-.035-.585-.027-.902-.124-1.114-.207a1.858 1.858 0 01-.69-.449c-.2-.193-.353-.43-.45-.69-.082-.212-.18-.53-.206-1.114-.029-.633-.035-.823-.035-2.425 0-1.602.006-1.792.035-2.425.027-.585.124-.902.207-1.114.096-.26.25-.497.449-.69.193-.2.43-.353.69-.45.212-.082.53-.18 1.114-.206.633-.029.823-.035 2.425-.035L8 3.081zm0-1.082c-1.629 0-1.833.007-2.473.036-.64.03-1.076.132-1.457.28-.4.15-.763.387-1.063.692-.305.3-.541.663-.692 1.063-.148.381-.25.818-.279 1.457C2.007 6.165 2 6.37 2 8s.007 1.834.036 2.474c.03.64.13 1.075.279 1.456.15.4.387.763.692 1.063.3.305.663.541 1.063.692.381.148.818.25 1.457.279.638.029.844.036 2.473.036 1.63 0 1.834-.007 2.474-.036.64-.03 1.075-.13 1.456-.28a3.068 3.068 0 001.755-1.754c.148-.381.25-.818.279-1.457C13.993 9.835 14 9.63 14 8c0-1.63-.007-1.833-.036-2.473-.03-.64-.13-1.075-.28-1.456-.15-.4-.386-.763-.691-1.063a2.946 2.946 0 00-1.063-.692c-.381-.148-.818-.25-1.457-.279C9.835 2.007 9.63 2 8 2v-.001zm0 2.92a3.081 3.081 0 100 6.162A3.081 3.081 0 008 4.92zm0 5.082A2 2 0 118 6 2 2 0 018 10zm3.923-5.204a.72.72 0 11-1.44 0 .72.72 0 011.44 0z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Instagram</span></span> <!-- -->Instagram</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd on Facebook" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_facebook_link" href="https://www.facebook.com/Scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 2a6 6 0 01.938 11.927V9.734h1.397L10.602 8H8.937V6.875c0-.474.233-.938.978-.938h.757V4.462s-.08-.014-.21-.032a9.524 9.524 0 00-.887-.08 6.278 6.278 0 00-.246-.005c-1.37 0-2.267.83-2.267 2.334V8H5.54v1.734h1.524v4.193A6.002 6.002 0 018 2z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Facebook</span></span> <!-- -->Facebook</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd on Pinterest" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_pinterest_link" href="https://www.pinterest.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.217 12.268A5.98 5.98 0 018 14c-.62 0-1.218-.094-1.78-.269.246-.4.606-1.045.738-1.563l.375-1.427c.193.375.766.691 1.373.691 1.808 0 3.111-1.664 3.111-3.733 0-1.985-1.62-3.467-3.698-3.467-2.593 0-3.966 1.738-3.966 3.63 0 .884.47 1.975 1.22 2.326.113.054.178.03.202-.08l.058-.233.11-.448a.179.179 0 00-.04-.173c-.246-.3-.444-.854-.444-1.368 0-1.323 1.003-2.602 2.711-2.602 1.477 0 2.509 1.002 2.509 2.44 0 1.62-.82 2.745-1.886 2.745-.588 0-1.033-.489-.89-1.086.062-.255.143-.517.222-.772.142-.46.277-.898.277-1.228 0-.46-.246-.845-.76-.845-.602 0-1.086.622-1.086 1.457 0 .528.177.889.177.889s-.592 2.514-.7 2.983c-.12.518-.075 1.247-.02 1.722A6.003 6.003 0 012 8a6 6 0 016.653-5.965A5.988 5.988 0 0113.99 8.01a5.981 5.981 0 01-1.773 4.258z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Pinterest</span></span> <!-- -->Pinterest</span></span></a></li></ul></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_m__-PoVO GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_m__-PoVO GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><h2 class="Footer-module_columnHeader__gcdjp Footer-module_scribdColumnHeader__HpvDx">Get our free apps</h2><ul class="mobile_icons wrapper__app_store_buttons"><li class="wrapper__store_button" data-e2e="app_store_btn"><a aria-label="Scribd - Download on the App Store" class="app_link ios_btn" data-e2e="ios_btn" href="https://apps.apple.com/us/app/6448807714?mt=8&pt=298534"><div class="app_store_img"><img class="LazyImage-module_image__uh0sq" alt="Scribd - Download on the App Store"/></div></a></li><li class="wrapper__store_button" data-e2e="app_store_btn"><a aria-label="Scribd - Get it on Google Play" class="app_link google_play_btn" data-e2e="google_play_btn" href="https://play.google.com/store/apps/details?id=com.scribd.app.reader0.docs"><div class="app_store_img play_store_link"><img class="LazyImage-module_image__uh0sq" alt="Scribd - Get it on Google Play"/></div></a></li></ul></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_s__NbVNC GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><div class="Footer-module_verticalColumn__-CR6f"><h2 class="Footer-module_columnHeader__gcdjp Footer-module_scribdColumnHeader__HpvDx">About</h2><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="About Scribd, Inc." class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_about_scribd_link" href="https://www.scribdinc.com/about"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">About Scribd, Inc.</span></span></a></li><li><a aria-disabled="false" aria-label="Slideshare" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="shared.footer.slideshare" href="https://www.slideshare.net/" target="_blank"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Slideshare</span></span></a></li><li><a aria-disabled="false" aria-label="Join our team!" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_join_our_team_link" href="https://www.scribdinc.com/careers" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Join our team!</span></span></a></li><li><a aria-disabled="false" aria-label="Contact us" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_contact_us_link" href="https://www.scribdinc.com/contact" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Contact us</span></span></a></li></ul></div><div class="Footer-module_verticalColumn__-CR6f"><h2 class="Footer-module_columnHeader__gcdjp Footer-module_scribdColumnHeader__HpvDx">Legal</h2><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Terms" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_terms_link" href="https://support.scribd.com/hc/en-us/articles/210129326-General-Terms-of-Use"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Terms</span></span></a></li><li><a aria-disabled="false" aria-label="Privacy" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_privacy_link" href="https://www.scribd.com/privacy" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Privacy</span></span></a></li><li><a aria-disabled="false" aria-label="Copyright" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_copyright_link" href="https://support.scribd.com/hc/en-us/sections/202246086"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Copyright</span></span></a></li></ul></div></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_s__NbVNC GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><div class="Footer-module_verticalColumn__-CR6f"><h2 class="Footer-module_columnHeader__gcdjp Footer-module_scribdColumnHeader__HpvDx">Support</h2><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Help / FAQ" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_help_faq_link" href="http://support.scribd.com/hc/en-us"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Help / FAQ</span></span></a></li><li><a aria-disabled="false" aria-label="Accessibility" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_accessibility_link" href="https://support.scribd.com/hc/en-us/articles/210129586-Accessibility-Notice"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Accessibility</span></span></a></li><li><a aria-disabled="false" aria-label="Purchase help" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_purchase_help_link" href="https://support.scribd.com/hc/en-us/sections/202246306"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Purchase help</span></span></a></li><li><a aria-disabled="false" aria-label="AdChoices" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_adchoices_link" href="https://support.scribd.com/hc/en-us/articles/210129366"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">AdChoices</span></span></a></li></ul></div><div><h2 class="Footer-module_columnHeader__gcdjp Footer-module_scribdColumnHeader__HpvDx">Social</h2><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Scribd on Instagram" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_instagram_link" href="https://www.instagram.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 3.081c1.602 0 1.792.006 2.425.035.584.027.902.124 1.114.207.26.096.497.249.69.448.2.194.353.43.45.691.082.212.18.53.206 1.114.029.633.035.823.035 2.425 0 1.602-.006 1.792-.035 2.425-.027.585-.124.902-.207 1.114a1.99 1.99 0 01-1.138 1.138c-.212.082-.53.18-1.114.207-.633.029-.823.035-2.425.035-1.602 0-1.792-.006-2.425-.035-.585-.027-.902-.124-1.114-.207a1.858 1.858 0 01-.69-.449c-.2-.193-.353-.43-.45-.69-.082-.212-.18-.53-.206-1.114-.029-.633-.035-.823-.035-2.425 0-1.602.006-1.792.035-2.425.027-.585.124-.902.207-1.114.096-.26.25-.497.449-.69.193-.2.43-.353.69-.45.212-.082.53-.18 1.114-.206.633-.029.823-.035 2.425-.035L8 3.081zm0-1.082c-1.629 0-1.833.007-2.473.036-.64.03-1.076.132-1.457.28-.4.15-.763.387-1.063.692-.305.3-.541.663-.692 1.063-.148.381-.25.818-.279 1.457C2.007 6.165 2 6.37 2 8s.007 1.834.036 2.474c.03.64.13 1.075.279 1.456.15.4.387.763.692 1.063.3.305.663.541 1.063.692.381.148.818.25 1.457.279.638.029.844.036 2.473.036 1.63 0 1.834-.007 2.474-.036.64-.03 1.075-.13 1.456-.28a3.068 3.068 0 001.755-1.754c.148-.381.25-.818.279-1.457C13.993 9.835 14 9.63 14 8c0-1.63-.007-1.833-.036-2.473-.03-.64-.13-1.075-.28-1.456-.15-.4-.386-.763-.691-1.063a2.946 2.946 0 00-1.063-.692c-.381-.148-.818-.25-1.457-.279C9.835 2.007 9.63 2 8 2v-.001zm0 2.92a3.081 3.081 0 100 6.162A3.081 3.081 0 008 4.92zm0 5.082A2 2 0 118 6 2 2 0 018 10zm3.923-5.204a.72.72 0 11-1.44 0 .72.72 0 011.44 0z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Instagram</span></span> <!-- -->Instagram</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd on Facebook" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_facebook_link" href="https://www.facebook.com/Scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 2a6 6 0 01.938 11.927V9.734h1.397L10.602 8H8.937V6.875c0-.474.233-.938.978-.938h.757V4.462s-.08-.014-.21-.032a9.524 9.524 0 00-.887-.08 6.278 6.278 0 00-.246-.005c-1.37 0-2.267.83-2.267 2.334V8H5.54v1.734h1.524v4.193A6.002 6.002 0 018 2z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Facebook</span></span> <!-- -->Facebook</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd on Pinterest" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_pinterest_link" href="https://www.pinterest.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.217 12.268A5.98 5.98 0 018 14c-.62 0-1.218-.094-1.78-.269.246-.4.606-1.045.738-1.563l.375-1.427c.193.375.766.691 1.373.691 1.808 0 3.111-1.664 3.111-3.733 0-1.985-1.62-3.467-3.698-3.467-2.593 0-3.966 1.738-3.966 3.63 0 .884.47 1.975 1.22 2.326.113.054.178.03.202-.08l.058-.233.11-.448a.179.179 0 00-.04-.173c-.246-.3-.444-.854-.444-1.368 0-1.323 1.003-2.602 2.711-2.602 1.477 0 2.509 1.002 2.509 2.44 0 1.62-.82 2.745-1.886 2.745-.588 0-1.033-.489-.89-1.086.062-.255.143-.517.222-.772.142-.46.277-.898.277-1.228 0-.46-.246-.845-.76-.845-.602 0-1.086.622-1.086 1.457 0 .528.177.889.177.889s-.592 2.514-.7 2.983c-.12.518-.075 1.247-.02 1.722A6.003 6.003 0 012 8a6 6 0 016.653-5.965A5.988 5.988 0 0113.99 8.01a5.981 5.981 0 01-1.773 4.258z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Pinterest</span></span> <!-- -->Pinterest</span></span></a></li></ul></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_m__zwIrv GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><h2 class="Footer-module_columnHeader__gcdjp Footer-module_scribdColumnHeader__HpvDx">Get our free apps</h2><ul class="mobile_icons wrapper__app_store_buttons"><li class="wrapper__store_button" data-e2e="app_store_btn"><a aria-label="Scribd - Download on the App Store" class="app_link ios_btn" data-e2e="ios_btn" href="https://apps.apple.com/us/app/6448807714?mt=8&pt=298534"><div class="app_store_img"><img class="LazyImage-module_image__uh0sq" alt="Scribd - Download on the App Store"/></div></a></li><li class="wrapper__store_button" data-e2e="app_store_btn"><a aria-label="Scribd - Get it on Google Play" class="app_link google_play_btn" data-e2e="google_play_btn" href="https://play.google.com/store/apps/details?id=com.scribd.app.reader0.docs"><div class="app_store_img play_store_link"><img class="LazyImage-module_image__uh0sq" alt="Scribd - Get it on Google Play"/></div></a></li></ul></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="Footer-module_horizontalDivider__Z6XJu"></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_extended_xl4_7__-9AEI GridColumn-module_extended_xl3_7__B6ct2 GridColumn-module_extended_xl2_7__Nztja GridColumn-module_extended_xl_7__OFVFv GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><ul class="ContentTypeColumn-module_contentTypesList__WIKOq"><li><a aria-disabled="false" aria-label="Documents" class="TextButton-module_wrapper__ZwW-w ContentTypeColumn-module_contentTypeLink__K3M9d" data-e2e="footer_content_type_column_documents_link" href="/https/www.scribd.com/docs"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Documents</span></span></a></li></ul></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_l__7M0-X GridColumn-module_extended_xl4_5__PuEUy GridColumn-module_extended_xl3_5__aTZFP GridColumn-module_extended_xl2_5__UvHIq GridColumn-module_extended_xl_5__qmwN8 GridColumn-module_extended_l_5__VLQLS GridColumn-module_extended_m_5__HSrx- GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="Footer-module_bottomRightContainer__5MVkq"><div class="ScribdFooterLanguageMenu-module_wrapper__6nJjp"><div class="ScribdFooterLanguageMenu-module_languageCopy__IvHMZ">Language<!-- -->:</div><div class="DropdownMenu-module_wrapper_-3wi4F"><button aria-disabled="false" class="ButtonCore-module_wrapper_MkTb9s TextButton-module_wrapper_ZwW-wM TextButton-module_default_ekglbr DropdownTrigger-module_wrapper_-Xf-At ScribdFooterLanguageMenu-module_currentLanguage__-ZykZ" data-e2e="footer_current_language_button" id="footer_lang_btn_xl" aria-haspopup="menu" aria-expanded="false" data-state="closed" type="button"><span class="ButtonCore-module_content_8zyAJv"><span class="ButtonCore-module_children_8a9B71">English<span class="SvgIcon-module_wrapper__1fPqw"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path d="M8.24 11.66L4 7.41 5.41 6l2.83 2.83L11.07 6l1.42 1.41-4.25 4.25z" fill="currentColor"></path></svg></span></span></span></button></div></div><div class="Footer-module_bottomCopyright__WjBga" data-e2e="footer_copyright_text"><span>Copyright © 2026 Scribd Inc.</span></div></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_l__7M0-X GridColumn-module_standard_xl_12__x8-4j GridColumn-module_standard_l_12__ndEV7 GridColumn-module_standard_m_8__JIpAV GridColumn-module_standard_s_4__Yz20V GridColumn-module_standard_xs_4__QcV7o GridColumn-module_standard_xxs_4__7w6eo"><div class="Footer-module_copyrightAwareness__znGWg">We take content rights seriously. <a href=https://support.scribd.com/hc/en-us/articles/210129026-Frequently-Asked-Questions-about-Copyrights-and-the-DMCA>Learn more</a> in our FAQs or <a href=https://support.scribd.com/hc/en-us/articles/210129146-REPORT-COPYRIGHT-INFRINGEMENTS-AND-ABUSE-HERE>report infringement here</a>.</div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_l__UT1-z GridColumn-module_standard_xl_12__x8-4j GridColumn-module_standard_l_12__ndEV7 GridColumn-module_standard_m_8__JIpAV GridColumn-module_standard_s_4__Yz20V GridColumn-module_standard_xs_4__QcV7o GridColumn-module_standard_xxs_4__7w6eo"><div class="Footer-module_copyrightAwareness__znGWg">We take content rights seriously. <a href=https://support.scribd.com/hc/en-us/articles/210129026-Frequently-Asked-Questions-about-Copyrights-and-the-DMCA>Learn more</a> in our FAQs or <a href=https://support.scribd.com/hc/en-us/articles/210129146-REPORT-COPYRIGHT-INFRINGEMENTS-AND-ABUSE-HERE>report infringement here</a>.</div></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_l__UT1-z GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="ScribdFooterLanguageMenu-module_wrapper__6nJjp"><div class="ScribdFooterLanguageMenu-module_languageCopy__IvHMZ">Language<!-- -->:</div><div class="DropdownMenu-module_wrapper_-3wi4F"><button aria-disabled="false" class="ButtonCore-module_wrapper_MkTb9s TextButton-module_wrapper_ZwW-wM TextButton-module_default_ekglbr DropdownTrigger-module_wrapper_-Xf-At ScribdFooterLanguageMenu-module_currentLanguage__-ZykZ" data-e2e="footer_current_language_button" id="footer_lang_btn_l" aria-haspopup="menu" aria-expanded="false" data-state="closed" type="button"><span class="ButtonCore-module_content_8zyAJv"><span class="ButtonCore-module_children_8a9B71">English<span class="SvgIcon-module_wrapper__1fPqw"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path d="M8.24 11.66L4 7.41 5.41 6l2.83 2.83L11.07 6l1.42 1.41-4.25 4.25z" fill="currentColor"></path></svg></span></span></span></button></div></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_l__UT1-z GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="Footer-module_bottomCopyright__WjBga" data-e2e="footer_copyright_text"><span>Copyright © 2026 Scribd Inc.</span></div></div></div></div></footer></div><div data-afa-video-placeholder-host="true" class="_3eTPqb"></div></div><script type="speculationrules">{"prefetch":[{"where":{"href_matches":["/","/doc/*","/docs/*","/document/*","/presentation/*","/what-is-scribd"]},"eagerness":"moderate"}]}</script></div> <script type="application/json" data-hypernova-key="doc_page" data-hypernova-id="2b57e3d7-0efc-4f39-9abb-f1443d96e0e6"><!--{"assetEnvironment":"production","bodyProps":{"breadcrumbs":[],"sharing_buttons_props":{"description":"Html class 12th hsc board notes\n","id":937594395,"message":null,"private":false,"thumbnailUrl":"https://imgv2-2-f.scribdassets.com/img/document/937594395/original/56999ed1ff/1?v=1","title":"HTML notes","twitterHashtag":null,"url":"https://www.scribd.com/document/937594395/HTML-notes"},"show_bot_text":true,"bot_text":"###BOT_TEXT###","view_restricted_cta_test_enabled":false},"currentPage":{"isDocLanding":false,"isHamburgerMenuOpen":false,"isMegamenuTopBarVisible":true,"isStatsigEnabled":true,"navigationCategories":{"academic":{"totalCategoryCount":12,"categoryLinks":[{"dataName":"foreign-language-studies","name":"Foreign Language Studies","url":"https://www.scribd.com/docs/Foreign-Language-Studies","children":[{"dataName":"chinese","name":"Chinese","url":"https://www.scribd.com/docs/Foreign-Language-Studies/Chinese"},{"dataName":"esl","name":"ESL","url":"https://www.scribd.com/docs/Foreign-Language-Studies/ESL"}]},{"dataName":"science-mathematics","name":"Science & Mathematics","url":"https://www.scribd.com/docs/Science-Mathematics","children":[{"dataName":"astronomy-space-sciences","name":"Astronomy & Space Sciences","url":"https://www.scribd.com/docs/Science-Mathematics/Astronomy-Space-Sciences"},{"dataName":"biology","name":"Biology","url":"https://www.scribd.com/docs/Science-Mathematics/Biology"}]},{"dataName":"study-aids-test-prep","name":"Study Aids & Test Prep","url":"https://www.scribd.com/docs/Study-Aids-Test-Prep","children":[{"dataName":"book-notes","name":"Book Notes","url":"https://www.scribd.com/docs/Study-Aids-Test-Prep/Book-Notes"},{"dataName":"college-entrance-exams","name":"College Entrance Exams","url":"https://www.scribd.com/docs/Study-Aids-Test-Prep/College-Entrance-Exams"}]},{"dataName":"teaching-methods-materials","name":"Teaching Methods & Materials","url":"https://www.scribd.com/docs/Teaching-Methods-Materials","children":[{"dataName":"early-childhood-education","name":"Early Childhood Education","url":"https://www.scribd.com/docs/Teaching-Methods-Materials/Early-Childhood-Education"},{"dataName":"education-philosophy-theory","name":"Education Philosophy & Theory","url":"https://www.scribd.com/docs/Teaching-Methods-Materials/Education-Philosophy-Theory"}]}]},"professional":{"totalCategoryCount":21,"categoryLinks":[{"dataName":"business","name":"Business","url":"https://www.scribd.com/docs/Business","children":[{"dataName":"business-analytics","name":"Business Analytics","url":"https://www.scribd.com/docs/Business/Business-Analytics"},{"dataName":"human-resources-personnel-management","name":"Human Resources & Personnel Management","url":"https://www.scribd.com/docs/Business/Human-Resources-Personnel-Management"}]},{"dataName":"career-growth","name":"Career & Growth","url":"https://www.scribd.com/docs/Career-Growth","children":[{"dataName":"careers","name":"Careers","url":"https://www.scribd.com/docs/Career-Growth/Careers"},{"dataName":"job-hunting","name":"Job Hunting","url":"https://www.scribd.com/docs/Career-Growth/Job-Hunting"}]},{"dataName":"computers","name":"Computers","url":"https://www.scribd.com/docs/Computers","children":[{"dataName":"applications-software","name":"Applications & Software","url":"https://www.scribd.com/docs/Computers/Applications-Software"},{"dataName":"cad-cam","name":"CAD-CAM","url":"https://www.scribd.com/docs/Computers/CAD-CAM"}]},{"dataName":"finance-money-management","name":"Finance & Money Management","url":"https://www.scribd.com/docs/Finance-Money-Management","children":[{"dataName":"accounting-bookkeeping","name":"Accounting & Bookkeeping","url":"https://www.scribd.com/docs/Finance-Money-Management/Accounting-Bookkeeping"},{"dataName":"auditing","name":"Auditing","url":"https://www.scribd.com/docs/Finance-Money-Management/Auditing"}]},{"dataName":"law","name":"Law","url":"https://www.scribd.com/docs/Law","children":[{"dataName":"business-financial","name":"Business & Financial","url":"https://www.scribd.com/docs/Law/Business-Financial"},{"dataName":"contracts-agreements","name":"Contracts & Agreements","url":"https://www.scribd.com/docs/Law/Contracts-Agreements"}]},{"dataName":"politics","name":"Politics","url":"https://www.scribd.com/docs/Politics","children":[{"dataName":"american-government","name":"American Government","url":"https://www.scribd.com/docs/Politics/American-Government"},{"dataName":"international-relations","name":"International Relations","url":"https://www.scribd.com/docs/Politics/International-Relations"}]},{"dataName":"technology-engineering","name":"Technology & Engineering","url":"https://www.scribd.com/docs/Technology-Engineering","children":[{"dataName":"automotive","name":"Automotive","url":"https://www.scribd.com/docs/Technology-Engineering/Automotive"},{"dataName":"aviation-aeronautics","name":"Aviation & Aeronautics","url":"https://www.scribd.com/docs/Technology-Engineering/Aviation-Aeronautics"}]}]},"culture":{"totalCategoryCount":19,"categoryLinks":[{"dataName":"art","name":"Art","url":"https://www.scribd.com/docs/Art","children":[{"dataName":"antiques-collectibles","name":"Antiques & Collectibles","url":"https://www.scribd.com/docs/Art/Antiques-Collectibles"},{"dataName":"architecture","name":"Architecture","url":"https://www.scribd.com/docs/Art/Architecture"}]},{"dataName":"biography-memoir","name":"Biography & Memoir","url":"https://www.scribd.com/docs/Biography-Memoir","children":[{"dataName":"artists-and-musicians","name":"Artists and Musicians","url":"https://www.scribd.com/docs/Biography-Memoir/Artists-and-Musicians"},{"dataName":"entertainers-and-the-rich-famous","name":"Entertainers and the Rich & Famous","url":"https://www.scribd.com/docs/Biography-Memoir/Entertainers-and-the-Rich-Famous"}]},{"dataName":"comics-graphic-novels","name":"Comics & Graphic Novels","url":"https://www.scribd.com/docs/Comics-Graphic-Novels"},{"dataName":"history","name":"History","url":"https://www.scribd.com/docs/History","children":[{"dataName":"ancient","name":"Ancient","url":"https://www.scribd.com/docs/History/Ancient"},{"dataName":"modern","name":"Modern","url":"https://www.scribd.com/docs/History/Modern"}]},{"dataName":"philosophy","name":"Philosophy","url":"https://www.scribd.com/docs/Philosophy"},{"dataName":"language-arts-discipline","name":"Language Arts & Discipline","url":"https://www.scribd.com/docs/Language-Arts-Discipline","children":[{"dataName":"composition-creative-writing","name":"Composition & Creative Writing","url":"https://www.scribd.com/docs/Language-Arts-Discipline/Composition-Creative-Writing"},{"dataName":"linguistics","name":"Linguistics","url":"https://www.scribd.com/docs/Language-Arts-Discipline/Linguistics"}]},{"dataName":"literary-criticism","name":"Literary Criticism","url":"https://www.scribd.com/docs/Literary-Criticism"},{"dataName":"social-science","name":"Social Science","url":"https://www.scribd.com/docs/Social-Science","children":[{"dataName":"anthropology","name":"Anthropology","url":"https://www.scribd.com/docs/Social-Science/Anthropology"},{"dataName":"archaeology","name":"Archaeology","url":"https://www.scribd.com/docs/Social-Science/Archaeology"}]},{"dataName":"true-crime","name":"True Crime","url":"https://www.scribd.com/docs/True-Crime"}]},"hobbies_and_crafts":{"totalCategoryCount":12,"categoryLinks":[{"dataName":"cooking-food-wine","name":"Cooking, Food & Wine","url":"https://www.scribd.com/docs/Cooking-Food-Wine","children":[{"dataName":"beverages","name":"Beverages","url":"https://www.scribd.com/docs/Cooking-Food-Wine/Beverages"},{"dataName":"courses-dishes","name":"Courses & Dishes","url":"https://www.scribd.com/docs/Cooking-Food-Wine/Courses-Dishes"}]},{"dataName":"games-activities","name":"Games & Activities","url":"https://www.scribd.com/docs/Games-Activities","children":[{"dataName":"card-games","name":"Card Games","url":"https://www.scribd.com/docs/Games-Activities/Card-Games"},{"dataName":"fantasy-sports","name":"Fantasy Sports","url":"https://www.scribd.com/docs/Games-Activities/Fantasy-Sports"}]},{"dataName":"home-garden","name":"Home & Garden","url":"https://www.scribd.com/docs/Home-Garden","children":[{"dataName":"crafts-hobbies","name":"Crafts & Hobbies","url":"https://www.scribd.com/docs/Home-Garden/Crafts-Hobbies"},{"dataName":"gardening","name":"Gardening","url":"https://www.scribd.com/docs/Home-Garden/Gardening"}]},{"dataName":"sports-recreation","name":"Sports & Recreation","url":"https://www.scribd.com/docs/Sports-Recreation","children":[{"dataName":"baseball","name":"Baseball","url":"https://www.scribd.com/docs/Sports-Recreation/Baseball"},{"dataName":"basketball","name":"Basketball","url":"https://www.scribd.com/docs/Sports-Recreation/Basketball"}]}]},"personal_growth":{"totalCategoryCount":12,"categoryLinks":[{"dataName":"lifestyle","name":"Lifestyle","url":"https://www.scribd.com/docs/Lifestyle","children":[{"dataName":"beauty-grooming","name":"Beauty & Grooming","url":"https://www.scribd.com/docs/Lifestyle/Beauty-Grooming"},{"dataName":"fashion","name":"Fashion","url":"https://www.scribd.com/docs/Lifestyle/Fashion"}]},{"dataName":"religion-spirituality","name":"Religion & Spirituality","url":"https://www.scribd.com/docs/Religion-Spirituality","children":[{"dataName":"buddhism","name":"Buddhism","url":"https://www.scribd.com/docs/Religion-Spirituality/Buddhism"},{"dataName":"christianity","name":"Christianity","url":"https://www.scribd.com/docs/Religion-Spirituality/Christianity"}]},{"dataName":"self-improvement","name":"Self-Improvement","url":"https://www.scribd.com/docs/Self-Improvement","children":[{"dataName":"addiction","name":"Addiction","url":"https://www.scribd.com/docs/Self-Improvement/Addiction"},{"dataName":"mental-health","name":"Mental Health","url":"https://www.scribd.com/docs/Self-Improvement/Mental-Health"}]},{"dataName":"wellness","name":"Wellness","url":"https://www.scribd.com/docs/Wellness","children":[{"dataName":"body-mind-spirit","name":"Body, Mind, & Spirit","url":"https://www.scribd.com/docs/Wellness/Body-Mind-Spirit"},{"dataName":"diet-nutrition","name":"Diet & Nutrition","url":"https://www.scribd.com/docs/Wellness/Diet-Nutrition"}]}]}},"selectedMobileBottomTab":"document","serverTimestamp":"2026-04-09T11:55:40Z","statsigClientApiKey":"client-WIJd796Cwa4NdE0bYoaQFqBHKyK5Pj5Ct7uODQkwhKs","statsigEnvironmentTier":"production"},"enablePseudolocalization":false,"flashes":[],"global":{"config":{"facebook":{"app_id":"136494494209"}},"testAssignments":{"backupPaymentMethodsRollout":null,"personalized_archive_offer":"control","ask_ai_download":null,"docPageDownloadButtonV1":{"testName":"doc_page_dl_btn_v1","variant":"control"},"postDownloadModalV3":null,"postDownloadList":null,"docPageToolbarSummarize":{"testName":"doc_page_toolbar_summarize","variant":"control"},"docPageMobileSummarize":{"testName":"doc_page_mobile_summarize","variant":"control"},"docPageDesktopAdvancedFind":{"testName":"doc_page_desktop_advanced_find_q1_2026","variant":"control"},"docPageDesktopDocumentZoom":{"testName":"doc_page_desktop_document_zoom","variant":"test_left"},"docPageDocumentResearchLayerV1":{"testName":"doc_page_document_research_layer_v1","variant":"control"},"docPageWorkspacesMvp":{"testName":"doc_page_workspaces_mvp","variant":"control"},"docPageNavigateAnnotations":{"testName":"doc_page_navigate_annotations_q1_2026","variant":"control"},"journeyVariant":{"testName":"scribd_growth_user_journey_occupation","variant":"control"},"occupationVariant":{"testName":"scribd_growth_user_journey_occupation","variant":"control"}},"paths":{"assetPath":"aHR0cHM6Ly9zLWYuc2NyaWJkYXNzZXRzLmNvbS8=\n","actions":{"add_to_library":"L3NhdmVkL2FkZA==\n","archive_plans_url":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hcmNoaXZlL3BsYW5zP2RvYz05Mzc1\nOTQzOTUmbWV0YWRhdGE9JTdCJTIyY29udGV4dCUyMiUzQSUyMmFyY2hpdmVf\ndmlld19yZXN0cmljdGVkJTIyJTJDJTIycGFnZSUyMiUzQSUyMnJlYWQlMjIl\nMkMlMjJhY3Rpb24lMjIlM0ElMjJkb3dubG9hZCUyMiUyQyUyMmxvZ2dlZF9p\nbiUyMiUzQWZhbHNlJTJDJTIycGxhdGZvcm0lMjIlM0ElMjJ3ZWIlMjIlN0Q=\n","audiobooksLink":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hdWRpb2Jvb2tz\n","bestsellers_url":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9iZXN0c2VsbGVycw==\n","book_annotations":"L2Jvb2tfYW5ub3RhdGlvbnMvOTM3NTk0Mzk1\n","booksLink":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9ib29rcw==\n","documentsLink":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9kb2Nz\n","faqUrl":"aHR0cDovL3N1cHBvcnQuc2NyaWJkLmNvbS9oYy8=\n","homeLink":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS8=\n","library_url":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9zYXZlZA==\n","load_recommenders":"L2RvYy1wYWdlL3JlY29tbWVuZGVycy85Mzc1OTQzOTU=\n","payment_fix":"L2FjY291bnQvcGF5bWVudF9wcm9maWxlX3VwZGF0ZQ==\n","payment_fix_url":null,"personalization_path":"L2RvYy1wYWdlL3BlcnNvbmFsaXphdGlvbg==\n","personalization_afa_path":"L2RvYy1wYWdlL2FmYQ==\n","pingback":["aA==\n","dA==\n","dA==\n","cA==\n","cw==\n","Og==\n","Lw==\n","Lw==\n","dw==\n","dw==\n","dw==\n","Lg==\n","cw==\n","Yw==\n","cg==\n","aQ==\n","Yg==\n","ZA==\n","Lg==\n","Yw==\n","bw==\n","bQ==\n","Lw==\n","ZA==\n","bw==\n","Yw==\n","dQ==\n","bQ==\n","ZQ==\n","bg==\n","dA==\n","cw==\n","Lw==\n","OQ==\n","Mw==\n","Nw==\n","NQ==\n","OQ==\n","NA==\n","Mw==\n","OQ==\n","NQ==\n","Lw==\n","cA==\n","aQ==\n","bg==\n","Zw==\n","Yg==\n","YQ==\n","Yw==\n","aw==\n"],"register_download_attempt":"L2RvY3VtZW50X2Rvd25sb2Fkcy9yZWdpc3Rlcl9kb3dubG9hZF9hdHRlbXB0\n","request_document_download":"L2RvY3VtZW50X2Rvd25sb2Fkcy9yZXF1ZXN0X2RvY3VtZW50X2Zvcl9kb3du\nbG9hZA==\n","remove_from_library":"L3NhdmVkL3JlbW92ZQ==\n","upload_url":"L3VwbG9hZC1kb2N1bWVudD9hcmNoaXZlX2RvYz05Mzc1OTQzOTU=\n"},"props":{"download_receipt_modal":"L2RvYy1wYWdlL2Rvd25sb2FkLXJlY2VpcHQtbW9kYWwtcHJvcHMvOTM3NTk0\nMzk1\n","paused_user_download_modal":"L2RvYy1wYWdlL3BhdXNlZC11c2VyLWRvd25sb2FkLW1vZGFsLXByb3Bz\n","pmp_login_join_modal":"L2RvYy1wYWdlL3BtcC1sb2dpbi1qb2luLW1vZGFsLXByb3BzLzkzNzU5NDM5\nNQ==\n"}},"features":{"highlights":true,"isEligibleForAdsForAccess":false,"isEligibleForHouseAds":false,"isEligibleForPaidAds":false,"isEligibleForProgressiveProfileModal":false,"showDocChatExperience":null,"shouldShowRelatedKnowledgePage":false,"taxonomyV4UgcBrowsing":true,"docChatAvailable":false}},"i18n":{"currentLanguage":{"prefix":"en","lcid":"en","href":"/language?id=en","lang":"en_US","name":"English"},"languages":[{"prefix":"en","lcid":"en","href":"/language?id=en","lang":"en_US","name":"English"},{"prefix":"es","lcid":"es","href":"/language?id=es","lang":"es-419","name":"Español"},{"prefix":"pt","lcid":"pt-br","href":"/language?id=pt-br","lang":"pt_BR","name":"Português"},{"prefix":"de","lcid":"de","href":"/language?id=de","lang":"de","name":"Deutsch"},{"prefix":"fr","lcid":"fr","href":"/language?id=fr","lang":"fr","name":"Français"},{"prefix":"ru","lcid":"ru","href":"/language?id=ru","lang":"ru_RU","name":"Русский"},{"prefix":"it","lcid":"it","href":"/language?id=it","lang":"it","name":"Italiano"},{"prefix":"ro","lcid":"ro","href":"/language?id=ro","lang":"ro_RO","name":"Română"},{"prefix":"id","lcid":"id","href":"/language?id=id","lang":"id_ID","name":"Bahasa Indonesia"}],"locale":"en-US"},"page":{"hasCollections":false,"savedItems":{"937594395":false}},"personalization":{"trialDuration":null},"ratings":{"937594395":{"averageRating":0,"documentId":937594395,"downvoteCount":0,"ratingCount":0,"upvoteCount":0,"userRating":0}},"recommenders":{"ad_slot_recs":{"items":[{"id":632632390,"doc_uuid":"sbd/uNDygvoCcGHZk0IGBdzoFGw="},{"id":791785305,"doc_uuid":"sbd/rfQEtP72uJzlDMmi38FYrJ8="},{"id":45020750,"doc_uuid":"sbd/mI07wS1xD5CETJg0nRBFsM0="},{"id":881345239,"doc_uuid":"sbd/8Nim22sYzvkEzCnaYZqnjjQ="},{"id":868913346,"doc_uuid":"sbd/h8foBhz/FudAsngVjnJqhk4="},{"id":749418670,"doc_uuid":"sbd/lzqmDvUxG8nFcf3RSa1xh0A="},{"id":795243172,"doc_uuid":"sbd/P1AMrQJobS/7q0FAQPBbM1g="},{"id":498595652,"doc_uuid":"sbd/WnERSCAT5uzyMSeLoiVT6Ao="},{"id":752766562,"doc_uuid":"sbd/VIcsvYVdk2xJNn4KmlTsfPE="},{"id":549711377,"doc_uuid":"sbd/6rsF9Ewa0pwJ95UmL39Pco8="},{"id":744047161,"doc_uuid":"sbd/W2gRPzKRqK8EsPD94gIuCvs="},{"id":716865807,"doc_uuid":"sbd/sKE9/vIilOqB3cFNeXTIAdc="},{"id":736212372,"doc_uuid":"sbd/z3YSubzv/rh24T4CeS8aj9o="},{"id":628402754,"doc_uuid":"sbd/kaRguiJdw5ywgLEUc5HyPWA="},{"id":726221698,"doc_uuid":"sbd/907vGxe6JKZFERWyWUI6Fxc="},{"id":788338757,"doc_uuid":"sbd/qm7R5c35YzAMYcX48VS84b8="},{"id":547486315,"doc_uuid":"sbd/YsrDrM4moSRu6TSex/sJY7g="},{"id":473332880,"doc_uuid":"sbd/2wEgBzW1kPezKaKLQVMEgzU="},{"id":793789252,"doc_uuid":"sbd/wsUB3bzecduT7TbLs6tNPyQ="},{"id":895413290,"doc_uuid":"sbd/sx0bjF9/THWb/puTz8n0r/I="},{"id":882824450,"doc_uuid":"sbd/DtXuB1xLprcCrqzwr9KQYc0="},{"id":862518014,"doc_uuid":"sbd/xNAjntyugwF5DJRKi1o3l48="},{"id":726626491,"doc_uuid":"sbd/INsXbLQA5HCvAoBtdoQpjRc="},{"id":761774723,"doc_uuid":"sbd/1JidHj8rIDMe03j1nHLmbfk="},{"id":915440258,"doc_uuid":"sbd/7CcKWY01jgAOapL//sZlWns="},{"id":911241960,"doc_uuid":"sbd/JL6yK02WbZyhfcFo6UNkWQA="},{"id":851808593,"doc_uuid":"sbd/WPALZTF3Slzd8dl6KH/EaHU="},{"id":516437980,"doc_uuid":"sbd/V72C8Ipwe04JTKiNKKl4wvs="},{"id":814910206,"doc_uuid":"sbd/HUWFi4c008X3VQDQMEjxc7Y="},{"id":755203044,"doc_uuid":"sbd/1p0URuJrer80pGgnnb5EmF8="},{"id":905270225,"doc_uuid":"sbd/Ne1zbtArKaHXkFbXVaOc0vM="},{"id":479764954,"doc_uuid":"sbd/4WotZqolCMPH5jnMYDnwBVQ="},{"id":866729375,"doc_uuid":"sbd/Wkdy0Lr5DM2cDdikgBsLdUo="},{"id":806108022,"doc_uuid":"sbd/hGj7BUx5Pq9eN7Jylt31SOI="},{"id":796622016,"doc_uuid":"sbd//YsI0YGCKcngbxdraP2IS9c="},{"id":467980535,"doc_uuid":"sbd/qgxWFxFQhwTm/z1TkyQiKDw="},{"id":237316233,"doc_uuid":"sbd/Mo2KuExPaWoS0MiQTPMafmU="},{"id":898032200,"doc_uuid":"sbd/T0e/PjN00ZEWNxE38hfJFoI="},{"id":692714509,"doc_uuid":"sbd/VTWzbCwoLIgzkGo8Dmbf7pU="},{"id":867033023,"doc_uuid":"sbd/EKmzKFuXx7FEZ2dlnmupu2Q="},{"id":880589974,"doc_uuid":"sbd/0H8ziHyM2IcZRUcrq3/l3nw="},{"id":697436443,"doc_uuid":"sbd/wBTOJvg2kwkauxoCcwlKol0="},{"id":742032964,"doc_uuid":"sbd/Mx1nFPVMHaAKCxAD66Jb4Xs="},{"id":837806827,"doc_uuid":"sbd/aPPagjSvYI/PNAPFkz1YI34="},{"id":917300101,"doc_uuid":"sbd/FMF99LMdu4llDYuI2s9f/3s="},{"id":729827837,"doc_uuid":"sbd/Gsh7pPNC7xFNG1YX7HAjyYY="},{"id":367999308,"doc_uuid":"sbd/79qGGtLoAenOQuoGma4hJSk="},{"id":558008362,"doc_uuid":"sbd/ueSpOq5K8ipPIl6W2b4Kzyw="},{"id":723118987,"doc_uuid":"sbd/4I7TsoKUMYrG3d8gCAvV8Kg="},{"id":848726181,"doc_uuid":"sbd/BSwmKj9nd0ibJ/cr3DlnjCk="},{"id":741222291,"doc_uuid":"sbd/WTF7UPtFqYvimEdbL7N2mQs="},{"id":470618304,"doc_uuid":"sbd/RYMaS04E6j8eqOK60ElFH5o="},{"id":669195669,"doc_uuid":"sbd/9JkNyuasm0YqAQW7rbEgajI="},{"id":52484445,"doc_uuid":"sbd/kDOxUjLRIGuQ4lKxiQnsIss="},{"id":717795452,"doc_uuid":"sbd/Vtu19QqshFbb0p4GFVDmMz8="},{"id":332075598,"doc_uuid":"sbd/lm2d9znPGSVQ4rQ54LUQ89E="},{"id":835532513,"doc_uuid":"sbd/uAh5/bPbFmBVHUvIF0TSGb8="}],"ids":[632632390,791785305,45020750,881345239,868913346,749418670,795243172,498595652,752766562,549711377,744047161,716865807,736212372,628402754,726221698,788338757,547486315,473332880,793789252,895413290,882824450,862518014,726626491,761774723,915440258,911241960,851808593,516437980,814910206,755203044,905270225,479764954,866729375,806108022,796622016,467980535,237316233,898032200,692714509,867033023,880589974,697436443,742032964,837806827,917300101,729827837,367999308,558008362,723118987,848726181,741222291,470618304,669195669,52484445,717795452,332075598,835532513],"title_link":null,"title":null,"track_opts":{"compilation_id":null,"module_id":"sbd/jL0hwwKu045k1x4yAKTU4OU=","widget_name":"ad_slots","track_id":"ad_slots"}},"list_recommenders":{"items":[{"id":632632390,"doc_uuid":"sbd/xrxY6sLneBbhw9azCaeaZeY="},{"id":791785305,"doc_uuid":"sbd/7ZASNBvkoYHECO2MLGm4L7E="},{"id":45020750,"doc_uuid":"sbd/2rIWMWjPkXydTaHyPkiHaHU="},{"id":881345239,"doc_uuid":"sbd/5qH255REYXPpR78LSnxclyA="},{"id":868913346,"doc_uuid":"sbd/jIuH9maiWMpHrXGPf6k4cok="},{"id":749418670,"doc_uuid":"sbd/2Ie77ILJIzmtUD3YkOCjHeQ="},{"id":795243172,"doc_uuid":"sbd/nQFzv9ptHd8ghR3mNnYRV4Q="},{"id":498595652,"doc_uuid":"sbd/PVp2IeQ1wxrQtulpvu9yYRg="},{"id":752766562,"doc_uuid":"sbd/OgYIlNmDQ5hkv0qC2QY8jaY="},{"id":549711377,"doc_uuid":"sbd/y02TkzBmomg6lPFWyj5Wy24="},{"id":744047161,"doc_uuid":"sbd/CyxsFpVPoIWqeFpXUammZ6I="},{"id":716865807,"doc_uuid":"sbd/OffuWr9poFb3WxY///ygY7o="},{"id":736212372,"doc_uuid":"sbd/YLWkesWNMrQ8477LSUaZLXw="},{"id":628402754,"doc_uuid":"sbd/FdBtWoyF6CzfssZCp6pKNeM="},{"id":726221698,"doc_uuid":"sbd/yBInkiI3HcfZ9rUG3d37zlI="},{"id":788338757,"doc_uuid":"sbd/q6G2LMZA0zUHTXvgSMlSpjE="},{"id":547486315,"doc_uuid":"sbd/UCcUISAC2DYTPcTYxie9cr0="},{"id":473332880,"doc_uuid":"sbd/7Hl5xH8fANFrhNvtnwNBNow="},{"id":793789252,"doc_uuid":"sbd/DkuzX6imBDZnoEC/ZqFfU3s="},{"id":895413290,"doc_uuid":"sbd/nWK8aFMlB4VmSTykFMPekDU="},{"id":882824450,"doc_uuid":"sbd/bMgdKWegpVOevgQlR14poBY="},{"id":862518014,"doc_uuid":"sbd/tR/xOchFEa6oGS4d6OCEOHI="},{"id":726626491,"doc_uuid":"sbd/5OuHaedyBunPoft1bnWI1kw="},{"id":761774723,"doc_uuid":"sbd//tgZzu7SWCY74DicxUyKGzY="},{"id":915440258,"doc_uuid":"sbd/zthRNx4K4awk46YA96xos6o="},{"id":911241960,"doc_uuid":"sbd/hGRI5Hdd/q0LwNi3RgKrl1k="},{"id":851808593,"doc_uuid":"sbd/Rdr6718remKoJvwzaH0Hhuc="},{"id":516437980,"doc_uuid":"sbd/ddcGlnHJ5Lew27G2A8nW2SU="},{"id":814910206,"doc_uuid":"sbd/oPnR7TVYvza/bAXY7qnIt/k="},{"id":755203044,"doc_uuid":"sbd/GcY21YZg5SrvDUGuQ/MPjkc="},{"id":905270225,"doc_uuid":"sbd/hPsNuanX5VcBfO4l9PyERLE="},{"id":479764954,"doc_uuid":"sbd/jX63aLdv5LazOU4jhBUpHms="},{"id":866729375,"doc_uuid":"sbd/Y9kfuUTn0HLUnwIYac5YX24="},{"id":806108022,"doc_uuid":"sbd/2IFhEy0mICnsWQZrwNRk31s="},{"id":796622016,"doc_uuid":"sbd/O79QZrbMbcfPk31hR37cPx0="},{"id":467980535,"doc_uuid":"sbd/obXvcaP1vZXo6M/FzIZYwgM="},{"id":237316233,"doc_uuid":"sbd/nzp7UHMZcez09PysVCuNgIw="},{"id":898032200,"doc_uuid":"sbd/uaYYzjMZXkbLaYKnZVwtiiA="},{"id":692714509,"doc_uuid":"sbd/p2N33Pk5cEIj4MdPJ0FkjuU="},{"id":867033023,"doc_uuid":"sbd/VPQnVAF2cW4TVru81tzXqrY="},{"id":880589974,"doc_uuid":"sbd/w0hXyBTQNEf0xDwC5scFHdI="},{"id":697436443,"doc_uuid":"sbd/2qYH47jqdmjRRHiWkFPDRa0="},{"id":742032964,"doc_uuid":"sbd/vhFO5lVJfKZbLqXNAwMvnr8="},{"id":837806827,"doc_uuid":"sbd/0yYlE12iBPh/0bsHLTqf7Pk="},{"id":917300101,"doc_uuid":"sbd/blEG6P2B6TAnA2SooTp7mms="},{"id":729827837,"doc_uuid":"sbd/h8rfLyGLIU7XxkBkS5UmogA="},{"id":367999308,"doc_uuid":"sbd/vdMGdv9I7jFMmR72Nn3qZOQ="},{"id":558008362,"doc_uuid":"sbd/ToVE6K3I4VpSLQUFFD897Fs="},{"id":723118987,"doc_uuid":"sbd/6Tb4YZHInFmjy4LblV0cABs="},{"id":848726181,"doc_uuid":"sbd/0KBb0qjRSmtifZ8hzrFy7M0="},{"id":741222291,"doc_uuid":"sbd/LKWNIX06wP3A9IHDLHnpt3k="},{"id":470618304,"doc_uuid":"sbd/5TpLILRf8pXVl/Ni6JWn8fw="},{"id":669195669,"doc_uuid":"sbd/0RJ5zQM7H2COh1qy/axJPxc="},{"id":52484445,"doc_uuid":"sbd/X4Q3oLEAG2gj3MpvfJVXX0w="},{"id":717795452,"doc_uuid":"sbd/BYXWEsBCKM41RSoSJnM212Y="},{"id":332075598,"doc_uuid":"sbd/c3B9GzHfPBBqbi/2m1ULrro="},{"id":835532513,"doc_uuid":"sbd/Coiie/xPGejmY5p7mWDRDJk="}],"ids":[632632390,791785305,45020750,881345239,868913346,749418670,795243172,498595652,752766562,549711377,744047161,716865807,736212372,628402754,726221698,788338757,547486315,473332880,793789252,895413290,882824450,862518014,726626491,761774723,915440258,911241960,851808593,516437980,814910206,755203044,905270225,479764954,866729375,806108022,796622016,467980535,237316233,898032200,692714509,867033023,880589974,697436443,742032964,837806827,917300101,729827837,367999308,558008362,723118987,848726181,741222291,470618304,669195669,52484445,717795452,332075598,835532513],"title_link":null,"title":null,"track_opts":{"compilation_id":null,"module_id":"sbd/Idgiwqyo8CMKOIlIpCUJWTQ=","widget_name":"recommender_list","track_id":"doc_page_user_experience_top"}},"topic_recs_config":{"front_end_variant":"control","doc_eligible":false},"documents":{"45020750":{"author":"udit_mca_bly","author_url":"https://www.scribd.com/user/876877/udit-mca-bly","categories":[],"description":null,"id":45020750,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":13,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/45020750/298x396/a73234480e/1291957228?v=1","run_time":0,"short_title":"Introduction to HTML Basics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/45020750/149x198/227537c483/1291957228?v=1","title":"Introduction to HTML Basics","type":"document","url":"https://www.scribd.com/document/45020750/HTML","views":"289"},"52484445":{"author":"Archana Rathnam R","author_url":"https://www.scribd.com/user/67564912/Archana-Rathnam-R","categories":[],"description":null,"id":52484445,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":10,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/52484445/298x396/6f9180444e/1439300940?v=1","run_time":0,"short_title":"Introduction to HTML Basics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/52484445/149x198/c3088e8c21/1439300940?v=1","title":"Introduction to HTML Basics","type":"document","url":"https://www.scribd.com/document/52484445/html","views":"94"},"237316233":{"author":"Vikram Reddy","author_url":"https://www.scribd.com/user/218385786/Vikram-Reddy","categories":[],"description":"WT Notes Final","id":237316233,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":98,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/237316233/298x396/a6dcd60c50/1408547074?v=1","run_time":0,"short_title":"Web Technologies Notes","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/237316233/149x198/827eb0c595/1408547074?v=1","title":"Web Technologies Notes: HTML Java Script CSS XML JDBC Servlets JSP","type":"document","url":"https://www.scribd.com/document/237316233/WT-Notes-Final","views":"2.3K"},"332075598":{"author":"Anitha Udayakumar","author_url":"https://www.scribd.com/user/129749314/Anitha-Udayakumar","categories":[],"description":"web technology","id":332075598,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":17,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/332075598/298x396/2a7cdd7398/1479919040?v=1","run_time":0,"short_title":"Introduction to HTML Basics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/332075598/149x198/eda4142fa0/1479919040?v=1","title":"Introduction to HTML Basics","type":"document","url":"https://www.scribd.com/document/332075598/UNIT-1","views":"264"},"367999308":{"author":"Bhuvan","author_url":"https://www.scribd.com/user/346921239/Bhuvan","categories":[],"description":null,"id":367999308,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":27,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/367999308/298x396/f48b6796af/1514444894?v=1","run_time":0,"short_title":"Learn HTML Basics and Syntax Guide","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/367999308/149x198/12c3d10009/1514444894?v=1","title":"Learn HTML Basics and Syntax Guide","type":"document","url":"https://www.scribd.com/document/367999308/HTML-docx","views":"187"},"467980535":{"author":"Zahid Ali","author_url":"https://www.scribd.com/user/516461575/Zahid-Ali","categories":[],"description":"","id":467980535,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":26,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/467980535/298x396/0f287af9ce/1710582814?v=1","run_time":0,"short_title":"44 - Chapter 1 - HTML-4 Handouts - Zeeshan","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/467980535/149x198/b610258512/1710582814?v=1","title":"44 - Chapter 1 - HTML-4 Handouts - Zeeshan","type":"document","url":"https://www.scribd.com/document/467980535/44-Chapter-1-HTML-4-Handouts-Zeeshan","views":"627"},"470618304":{"author":"anthony","author_url":"https://www.scribd.com/user/470161227/anthony","categories":[],"description":"","id":470618304,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":13,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/470618304/298x396/f0fcc2c980/1710533053?v=1","run_time":0,"short_title":"Understanding HTML Document Structure","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/470618304/149x198/9f922ae467/1710533053?v=1","title":"Understanding HTML Document Structure","type":"document","url":"https://www.scribd.com/document/470618304/html","views":"201"},"473332880":{"author":"Shubh Yadav","author_url":"https://www.scribd.com/user/436627469/Shubh-Yadav","categories":[],"description":null,"id":473332880,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":21,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/473332880/298x396/8fb9637091/1598152184?v=1","run_time":0,"short_title":"Introduction to HTML Structure","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/473332880/149x198/5d85c02732/1598152184?v=1","title":"Introduction to HTML Structure","type":"document","url":"https://www.scribd.com/document/473332880/Unit-2-pdf","views":"383"},"479764954":{"author":"Kanupriya Gathoria","author_url":"https://www.scribd.com/user/392306237/Kanupriya-Gathoria","categories":[],"description":"","id":479764954,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":41,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/479764954/298x396/271028f990/1710550260?v=1","run_time":0,"short_title":"Understanding HTML Document Structure","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/479764954/149x198/c81581f705/1710550260?v=1","title":"Understanding HTML Document Structure","type":"document","url":"https://www.scribd.com/document/479764954/html-tutorial","views":"230"},"498595652":{"author":"anagha2982","author_url":"https://www.scribd.com/user/99220811/anagha2982","categories":[],"description":null,"id":498595652,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":49,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/498595652/298x396/0554eca10b/1615656490?v=1","run_time":0,"short_title":"HTML Basics for Web Development","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/498595652/149x198/213a840bf8/1615656490?v=1","title":"HTML Basics for Web Development","type":"document","url":"https://www.scribd.com/presentation/498595652/Unit3","views":"887"},"516437980":{"author":"New One","author_url":"https://www.scribd.com/user/557275028/New-One","categories":[],"description":"","id":516437980,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":34,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/516437980/298x396/f1610d4d71/1710540537?v=1","run_time":0,"short_title":"HTML","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/516437980/149x198/f112135e9a/1710540537?v=1","title":"HTML: HTML Stands For Hyper-Text Markup Language. It Allows Us To Create Web","type":"document","url":"https://www.scribd.com/document/516437980/Basics-of-Html","views":"187"},"547486315":{"author":"RAVI Kumar","author_url":"https://www.scribd.com/user/584487403/RAVI-Kumar","categories":[],"description":"","id":547486315,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":12,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/547486315/298x396/4bf42a49df/1710575417?v=1","run_time":0,"short_title":"Introduction to HTML Basics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/547486315/149x198/2a23d908f6/1710575417?v=1","title":"Introduction to HTML Basics","type":"document","url":"https://www.scribd.com/document/547486315/HTML-1","views":"339"},"549711377":{"author":"mouni satti","author_url":"https://www.scribd.com/user/500573379/mouni-satti","categories":[],"description":"","id":549711377,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":84,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/549711377/298x396/5f141b845c/1710574596?v=1","run_time":0,"short_title":"Introduction to HTML and Web Design","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/549711377/149x198/45a4b375e6/1710574596?v=1","title":"Introduction to HTML and Web Design","type":"document","url":"https://www.scribd.com/document/549711377/wt-html","views":"262"},"558008362":{"author":"Vikas rawat","author_url":"https://www.scribd.com/user/452350592/Vikas-rawat","categories":[],"description":"","id":558008362,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":13,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/558008362/298x396/75207bacc1/1710588517?v=1","run_time":0,"short_title":"Practical File Introduction","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/558008362/149x198/2471fedfdc/1710588517?v=1","title":"Practical File Introduction: HTML Basics","type":"document","url":"https://www.scribd.com/document/558008362/Practical-file-vikas","views":"737"},"628402754":{"author":"Lalit Purohit ","author_url":"https://www.scribd.com/user/655432889/Lalit-Purohit","categories":[],"description":"Web design unit 1","id":628402754,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":18,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/628402754/298x396/2388e9ace7/1710580720?v=1","run_time":0,"short_title":"BWD Unit-1","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/628402754/149x198/94901feb4b/1710580720?v=1","title":"BWD Unit-1","type":"document","url":"https://www.scribd.com/document/628402754/BWD-Unit-1","views":"207"},"632632390":{"author":"Sumati Baral","author_url":"https://www.scribd.com/user/188159950/Sumati-Baral","categories":[],"description":"","id":632632390,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":29,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/632632390/298x396/9cf1818cef/1710545171?v=1","run_time":0,"short_title":"HTML Code Structure and Syntax Guide","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/632632390/149x198/bff6c40da5/1710545171?v=1","title":"HTML Code Structure and Syntax Guide","type":"document","url":"https://www.scribd.com/document/632632390/HTML-NOTES","views":"686"},"669195669":{"author":"Vero Nica","author_url":"https://www.scribd.com/user/496506885/Vero-Nica","categories":[],"description":"","id":669195669,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":17,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/669195669/298x396/6e84aa5144/1710566357?v=1","run_time":0,"short_title":"Introduction to HTML Basics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/669195669/149x198/e59704fac3/1710566357?v=1","title":"Introduction to HTML Basics","type":"document","url":"https://www.scribd.com/document/669195669/Introduction-to-HTML","views":"141"},"692714509":{"author":"Let's discovery What","author_url":"https://www.scribd.com/user/588019558/Let-s-discovery-What","categories":[],"description":"","id":692714509,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":24,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/692714509/298x396/17dcff5363/1710558996?v=1","run_time":0,"short_title":"Introduction to HTML Structure and Tags","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/692714509/149x198/c529479316/1710558996?v=1","title":"Introduction to HTML Structure and Tags","type":"document","url":"https://www.scribd.com/presentation/692714509/html-and-it-s-properties","views":"69"},"697436443":{"author":"dawsondurgan2","author_url":"https://www.scribd.com/user/716024717/dawsondurgan2","categories":[],"description":"Basics of HTML","id":697436443,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":38,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/697436443/298x396/3b4dc19189/1716507693?v=1","run_time":0,"short_title":"HTML Notes","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/697436443/149x198/fb798ec283/1716507693?v=1","title":"HTML Notes","type":"document","url":"https://www.scribd.com/document/697436443/HTML-Notes","views":"102"},"716865807":{"author":"cloudysparks sparks","author_url":"https://www.scribd.com/user/622892454/cloudysparks-sparks","categories":[],"description":null,"id":716865807,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":48,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/716865807/298x396/19780a6ff3/1711344204?v=1","run_time":0,"short_title":"HTML5 Basics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/716865807/149x198/f35324f3c5/1711344204?v=1","title":"HTML5 Basics: Tags, CSS, and Web Pages","type":"document","url":"https://www.scribd.com/document/716865807/Gr7-HTML-Notes-2022-23-Docx","views":"87"},"717795452":{"author":"adhamelthn","author_url":"https://www.scribd.com/user/696770792/adhamelthn","categories":[],"description":null,"id":717795452,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":48,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/717795452/298x396/2403e9da6a/1711582257?v=1","run_time":0,"short_title":"Step-by-Step HTML Programming Guide","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/717795452/149x198/f14cf1a0b4/1711582257?v=1","title":"Step-by-Step HTML Programming Guide","type":"document","url":"https://www.scribd.com/document/717795452/Web-Programming-HTML","views":"430"},"723118987":{"author":"rk9451176004","author_url":"https://www.scribd.com/user/740352984/rk9451176004","categories":[],"description":null,"id":723118987,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":119,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/723118987/298x396/a2dc13c04e/1713161992?v=1","run_time":0,"short_title":"HTML Basics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/723118987/149x198/725d37710e/1713161992?v=1","title":"HTML Basics: Structure and Tags Guide","type":"document","url":"https://www.scribd.com/presentation/723118987/HTML-Basics","views":"77"},"726221698":{"author":"emlyn ngwiri","author_url":"https://www.scribd.com/user/344915318/emlyn-ngwiri","categories":[],"description":"dvzsdg","id":726221698,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":28,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/726221698/298x396/a44429189d/1713963014?v=1","run_time":0,"short_title":"Introduction to HTML Basics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/726221698/149x198/7b940e3a01/1713963014?v=1","title":"Introduction to HTML Basics","type":"document","url":"https://www.scribd.com/document/726221698/Htlm-Intro","views":"228"},"726626491":{"author":"anika gulati","author_url":"https://www.scribd.com/user/560536525/anika-gulati","categories":[],"description":"","id":726626491,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":26,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/726626491/298x396/e24f47ebb8/1714060412?v=1","run_time":0,"short_title":"UNIT 2 NOTES E-Comm","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/726626491/149x198/1a7f49fadd/1714060412?v=1","title":"UNIT 2 NOTES E-Comm","type":"document","url":"https://www.scribd.com/document/726626491/UNIT-2-NOTES-E-Comm-1","views":"60"},"729827837":{"author":"dr.shashiprabha","author_url":"https://www.scribd.com/user/746490009/dr-shashiprabha","categories":[],"description":null,"id":729827837,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":14,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/729827837/298x396/2616466ea7/1715001895?v=1","run_time":0,"short_title":"HTML Basics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/729827837/149x198/48cb7ef89e/1715001895?v=1","title":"HTML Basics: Structure and Tags Guide","type":"document","url":"https://www.scribd.com/presentation/729827837/HTML","views":"177"},"736212372":{"author":"Brian Kimario","author_url":"https://www.scribd.com/user/681828920/Brian-Kimario","categories":[],"description":"","id":736212372,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":50,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/736212372/298x396/7e5730a0d6/1716718115?v=1","run_time":0,"short_title":"Web Development Course Overview","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/736212372/149x198/15e5078cde/1716718115?v=1","title":"Web Development Course Overview","type":"document","url":"https://www.scribd.com/document/736212372/HTML","views":"116"},"741222291":{"author":"ben munjaru","author_url":"https://www.scribd.com/user/615170765/ben-munjaru","categories":[],"description":"","id":741222291,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":47,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/741222291/298x396/14aee5bd8d/1718092824?v=1","run_time":0,"short_title":"Introduction to HTML Basics and Tags","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/741222291/149x198/d69fc66f80/1718092824?v=1","title":"Introduction to HTML Basics and Tags","type":"document","url":"https://www.scribd.com/document/741222291/HTML-Tutorial","views":"76"},"742032964":{"author":"Tanuja Pujari","author_url":"https://www.scribd.com/user/519424376/Tanuja-Pujari","categories":[],"description":null,"id":742032964,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":202,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/742032964/298x396/d54cd4a1cb/1718309158?v=1","run_time":0,"short_title":"Comprehensive Guide to Web Technologies","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/742032964/149x198/98ec5ee19a/1718309158?v=1","title":"Comprehensive Guide to Web Technologies","type":"document","url":"https://www.scribd.com/document/742032964/Complete-AI-Notes","views":"54"},"744047161":{"author":"kingdevil837","author_url":"https://www.scribd.com/user/760176137/kingdevil837","categories":[],"description":"","id":744047161,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":5,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/744047161/298x396/ec0b5f892c/1718951869?v=1","run_time":0,"short_title":"HTML Fundamentals Overview","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/744047161/149x198/58e17bf17f/1718951869?v=1","title":"HTML Fundamentals Overview","type":"document","url":"https://www.scribd.com/document/744047161/HTML-BASICS","views":"66"},"749418670":{"author":"debjitdutta556","author_url":"https://www.scribd.com/user/712043878/debjitdutta556","categories":[],"description":"Rudiments of Computer Science Class 12 WBCHSE Board \nChapter: 7 HTML","id":749418670,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":30,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/749418670/298x396/dd5d9d4f1c/1720625169?v=1","run_time":0,"short_title":"CH 7. HTML","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/749418670/149x198/b71e26a99c/1720625169?v=1","title":"CH 7. HTML","type":"document","url":"https://www.scribd.com/document/749418670/Ch-7-HTML","views":"61"},"752766562":{"author":"chipichapa079","author_url":"https://www.scribd.com/user/768843962/chipichapa079","categories":[],"description":"My book of click start some pages class7","id":752766562,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":9,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/752766562/298x396/02dc32353d/1721750137?v=1","run_time":0,"short_title":"Learn HTML Basics and Web Page Creation","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/752766562/149x198/3c2fd78338/1721750137?v=1","title":"Learn HTML Basics and Web Page Creation","type":"document","url":"https://www.scribd.com/document/752766562/Adobe-Scan-Jul-01-2023","views":"106"},"755203044":{"author":"shakilcse76","author_url":"https://www.scribd.com/user/771153183/shakilcse76","categories":[],"description":"HTML Documents","id":755203044,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":30,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/755203044/298x396/a5a7fcef93/1722506228?v=1","run_time":0,"short_title":"Importance of Head and Body Tags in HTML","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/755203044/149x198/c508f8f417/1722506228?v=1","title":"Importance of Head and Body Tags in HTML","type":"document","url":"https://www.scribd.com/document/755203044/2-HTML-Hyper-Text-Markup-Language","views":"154"},"761774723":{"author":"hithesh.karthikeya.lanka","author_url":"https://www.scribd.com/user/747699570/hithesh-karthikeya-lanka","categories":[],"description":"html","id":761774723,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":65,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/761774723/298x396/b721d6cb28/1724393526?v=1","run_time":0,"short_title":"HTML Basics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/761774723/149x198/eb9a0bfef3/1724393526?v=1","title":"HTML Basics: Structure and Tags Guide","type":"document","url":"https://www.scribd.com/presentation/761774723/2-Unit-I-HTML","views":"88"},"788338757":{"author":"Priyashmita Roy","author_url":"https://www.scribd.com/user/648818635/Priyashmita-Roy","categories":[],"description":"","id":788338757,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":20,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/788338757/298x396/36123deb0b/1730818284?v=1","run_time":0,"short_title":"Understanding HTML Basics and Structure","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/788338757/149x198/b2c66ccadf/1730818284?v=1","title":"Understanding HTML Basics and Structure","type":"document","url":"https://www.scribd.com/document/788338757/What-is-HTML","views":"78"},"791785305":{"author":"rowthulalokesh","author_url":"https://www.scribd.com/user/750022878/rowthulalokesh","categories":[],"description":null,"id":791785305,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":56,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/791785305/298x396/b97580ac94/1731506341?v=1","run_time":0,"short_title":"HTML Anchor Elements Guide","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/791785305/149x198/6c816e7ec8/1731506341?v=1","title":"HTML Anchor Elements Guide","type":"document","url":"https://www.scribd.com/document/791785305/FSWD-UNIT-1-AIML","views":"114"},"793789252":{"author":"Kedar Mahalle","author_url":"https://www.scribd.com/user/485946588/Kedar-Mahalle","categories":[],"description":null,"id":793789252,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":326,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/793789252/298x396/5d5e997016/1731935290?v=1","run_time":0,"short_title":"HTML and CSS Basics for Web Development","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/793789252/149x198/983a413fab/1731935290?v=1","title":"HTML and CSS Basics for Web Development","type":"document","url":"https://www.scribd.com/document/793789252/Web-Technologies-Ppt-Unit-1","views":"182"},"795243172":{"author":"Sita Verma","author_url":"https://www.scribd.com/user/646824271/Sita-Verma","categories":[],"description":"","id":795243172,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":9,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/795243172/298x396/1c89d08f38/1732207030?v=1","run_time":0,"short_title":"BCA HTML Programming Notes PDF","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/795243172/149x198/a654209c4f/1732207030?v=1","title":"BCA HTML Programming Notes PDF","type":"document","url":"https://www.scribd.com/document/795243172/a090de5c-874a-47a9-bb8f-878d8dc94558-HTML-NOTES-UNIT-3-BCA-III-SEM","views":"772"},"796622016":{"author":"iakambamu","author_url":"https://www.scribd.com/user/804759646/iakambamu","categories":[],"description":null,"id":796622016,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":42,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/796622016/298x396/0baaeb9cc6/1732535714?v=1","run_time":0,"short_title":"Introduction to HTML Basics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/796622016/149x198/dcdcf1e93d/1732535714?v=1","title":"Introduction to HTML Basics","type":"document","url":"https://www.scribd.com/presentation/796622016/Lecture-2","views":"59"},"806108022":{"author":"rohithsaphcm1990","author_url":"https://www.scribd.com/user/816319302/rohithsaphcm1990","categories":[],"description":null,"id":806108022,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":80,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/806108022/298x396/4b9043b275/1734513465?v=1","run_time":0,"short_title":"HTML5 and Web Design Fundamentals","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/806108022/149x198/f51c5d8470/1734513465?v=1","title":"HTML5 and Web Design Fundamentals","type":"document","url":"https://www.scribd.com/document/806108022/Web-Designing","views":"321"},"814910206":{"author":"bhavrajsinghchinjar","author_url":"https://www.scribd.com/user/737948361/bhavrajsinghchinjar","categories":[],"description":"","id":814910206,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":8,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/814910206/298x396/b8a5a16cfc/1736713266?v=1","run_time":0,"short_title":"HTML Basics for Class 8 Students","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/814910206/149x198/2c2664043d/1736713266?v=1","title":"HTML Basics for Class 8 Students","type":"document","url":"https://www.scribd.com/document/814910206/Class-8-Computer-worksheet-of-Introduction-to-HTML","views":"364"},"835532513":{"author":"shilpadhamanaskar01","author_url":"https://www.scribd.com/user/810014413/shilpadhamanaskar01","categories":[],"description":"","id":835532513,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":41,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/835532513/298x396/d6af741cb6/1741152127?v=1","run_time":0,"short_title":"Understanding HTML","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/835532513/149x198/c1cfe58e1b/1741152127?v=1","title":"Understanding HTML: Basics & Benefits","type":"document","url":"https://www.scribd.com/document/835532513/CS1-CHAPTER-4-New","views":"75"},"837806827":{"author":"thankivatsal028","author_url":"https://www.scribd.com/user/845626659/thankivatsal028","categories":[],"description":"unit one of basic web design","id":837806827,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":18,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/837806827/298x396/e842b45348/1741663766?v=1","run_time":0,"short_title":"Understanding HTML Basics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/837806827/149x198/b2031a611c/1741663766?v=1","title":"Understanding HTML Basics","type":"document","url":"https://www.scribd.com/document/837806827/BWD-Unit-1","views":"64"},"848726181":{"author":"darshan442005","author_url":"https://www.scribd.com/user/854037879/darshan442005","categories":[],"description":"WEB TECHNOLOGY Notes","id":848726181,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":79,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/848726181/298x396/8a70621628/1744360345?v=1","run_time":0,"short_title":"Fast-Loading Graphics with Text/Audio","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/848726181/149x198/b2eefd2f7d/1744360345?v=1","title":"Fast-Loading Graphics with Text/Audio","type":"document","url":"https://www.scribd.com/document/848726181/WEB-TECHNOLOGY-Notes","views":"660"},"851808593":{"author":"mrpatel5005","author_url":"https://www.scribd.com/user/856430819/mrpatel5005","categories":[],"description":null,"id":851808593,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":38,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/851808593/298x396/65908caf7d/1745134053?v=1","run_time":0,"short_title":"HTML Basics for Web Development","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/851808593/149x198/5270b5c330/1745134053?v=1","title":"HTML Basics for Web Development","type":"document","url":"https://www.scribd.com/document/851808593/Be-5-It-Gecbvn-Bharatvainsh-Unit-2-HTML-Wd-3151606-2024","views":"115"},"862518014":{"author":"Pratik Tatkare","author_url":"https://www.scribd.com/user/390782855/Pratik-Tatkare","categories":[],"description":"","id":862518014,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":14,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/862518014/298x396/5214d52050/1747387206?v=1","run_time":0,"short_title":"Understanding HTML Basics and Structure","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/862518014/149x198/fa79e3eaf2/1747387206?v=1","title":"Understanding HTML Basics and Structure","type":"document","url":"https://www.scribd.com/document/862518014/HTML","views":"91"},"866729375":{"author":"mondaabhi1234","author_url":"https://www.scribd.com/user/867548720/mondaabhi1234","categories":[],"description":null,"id":866729375,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":91,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/866729375/298x396/b86af79832/1748148897?v=1","run_time":0,"short_title":"Understanding HTML Basics and Structure","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/866729375/149x198/b7d63302d6/1748148897?v=1","title":"Understanding HTML Basics and Structure","type":"document","url":"https://www.scribd.com/document/866729375/HTML","views":"45"},"867033023":{"author":"kaleabmarkos142","author_url":"https://www.scribd.com/user/865878900/kaleabmarkos142","categories":[],"description":"Introduction to Hyper Text Markup Language (HTML)","id":867033023,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":121,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/867033023/298x396/718f5d5603/1748207816?v=1","run_time":0,"short_title":"Introduction to HTML Basics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/867033023/149x198/79f438928d/1748207816?v=1","title":"Introduction to HTML Basics","type":"document","url":"https://www.scribd.com/document/867033023/Chapter-4-Introduction-to-Hyper-Text-Markup-Language-HTML","views":"49"},"868913346":{"author":"Dimpu Bachupati2085","author_url":"https://www.scribd.com/user/639900045/Dimpu-Bachupati2085","categories":[],"description":null,"id":868913346,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":162,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/868913346/298x396/8300b7fcb7/1748524174?v=1","run_time":0,"short_title":"Introduction to HTML Basics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/868913346/149x198/cc4ae4d268/1748524174?v=1","title":"Introduction to HTML Basics","type":"document","url":"https://www.scribd.com/document/868913346/WebTechnologies-Lecturenotes-5modules-844e31a2f86e28b328e3132d7109e75b","views":"52"},"880589974":{"author":"SAI INTERNET","author_url":"https://www.scribd.com/user/612670322/SAI-INTERNET","categories":[],"description":null,"id":880589974,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":34,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/880589974/298x396/ea2a907346/1750861288?v=1","run_time":0,"short_title":"HTML Basics for Web Development","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/880589974/149x198/098f6a0b9e/1750861288?v=1","title":"HTML Basics for Web Development","type":"document","url":"https://www.scribd.com/document/880589974/CHSE-12TH-HTMLNote","views":"262"},"881345239":{"author":"latika.chavan0272","author_url":"https://www.scribd.com/user/877934885/latika-chavan0272","categories":[],"description":"This is an pdf oh html and find the attached file for the compliment I have you to be happy to see you in the evening","id":881345239,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":23,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/881345239/298x396/6d171e6cf7/1751018392?v=1","run_time":0,"short_title":"Understanding HTML Basics and Structure","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/881345239/149x198/3c41dd2abb/1751018392?v=1","title":"Understanding HTML Basics and Structure","type":"document","url":"https://www.scribd.com/document/881345239/HTML","views":"118"},"882824450":{"author":"radhaujwalpatil","author_url":"https://www.scribd.com/user/879030099/radhaujwalpatil","categories":[],"description":"HTML Notes including simple basic function by Disha. It contains forms, adding contents, basic text formatting etc.","id":882824450,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":41,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/882824450/298x396/0f0cb4e9a4/1751344027?v=1","run_time":0,"short_title":"Understanding HTML and Hyperlinks","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/882824450/149x198/61e27d1ab8/1751344027?v=1","title":"Understanding HTML and Hyperlinks","type":"document","url":"https://www.scribd.com/document/882824450/HTML-Notes-Basic","views":"121"},"895413290":{"author":"gamesforgamers35","author_url":"https://www.scribd.com/user/810280572/gamesforgamers35","categories":[],"description":null,"id":895413290,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":70,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/895413290/298x396/4b7487779b/1753949679?v=1","run_time":0,"short_title":"Beginner's Guide to HTML Basics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/895413290/149x198/8af9dd44cc/1753949679?v=1","title":"Beginner's Guide to HTML Basics","type":"document","url":"https://www.scribd.com/presentation/895413290/HTML-Training-Presentation-1","views":"51"},"898032200":{"author":"eswar","author_url":"https://www.scribd.com/user/345277992/eswar","categories":[],"description":null,"id":898032200,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":67,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/898032200/298x396/b57059c37c/1754464442?v=1","run_time":0,"short_title":"Understanding HTML Document Structure","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/898032200/149x198/03678d4a74/1754464442?v=1","title":"Understanding HTML Document Structure","type":"document","url":"https://www.scribd.com/document/898032200/unit-2-WT-ECE","views":"71"},"905270225":{"author":"sandipbehera2220","author_url":"https://www.scribd.com/user/888277214/sandipbehera2220","categories":[],"description":null,"id":905270225,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":12,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/905270225/298x396/73a602c928/1755946212?v=1","run_time":0,"short_title":"HTML Revision Overview","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/905270225/149x198/751de57d8d/1755946212?v=1","title":"HTML Revision Overview","type":"document","url":"https://www.scribd.com/document/905270225/HTML-Revision-Part-1","views":"58"},"911241960":{"author":"chhinnamastahospital1","author_url":"https://www.scribd.com/user/849797864/chhinnamastahospital1","categories":[],"description":null,"id":911241960,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":26,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/911241960/298x396/deaf72457e/1756971477?v=1","run_time":0,"short_title":"Introduction to HTML Basics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/911241960/149x198/916cd423cd/1756971477?v=1","title":"Introduction to HTML Basics","type":"document","url":"https://www.scribd.com/document/911241960/HTML-Notes","views":"84"},"915440258":{"author":"nishadahire14","author_url":"https://www.scribd.com/user/899919282/nishadahire14","categories":[],"description":null,"id":915440258,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":40,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/915440258/298x396/aead0c66a5/1757588647?v=1","run_time":0,"short_title":"Introduction to HTML Basics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/915440258/149x198/bc3a81d75f/1757588647?v=1","title":"Introduction to HTML Basics","type":"document","url":"https://www.scribd.com/document/915440258/Cs1-Chapter-4-HTML","views":"38"},"917300101":{"author":"Martin Mulwa","author_url":"https://www.scribd.com/user/83310850/Martin-Mulwa","categories":[],"description":"IT IS ABOUT HTML PROGRAMMING","id":917300101,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":16,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/917300101/298x396/651a123b3e/1757933414?v=1","run_time":0,"short_title":"Basic HTML Document Structure Guide","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/917300101/149x198/6d72ace614/1757933414?v=1","title":"Basic HTML Document Structure Guide","type":"document","url":"https://www.scribd.com/document/917300101/BASIC-HTML-STRUCTURE","views":"118"}}},"renewalNagProps":null,"signupContext":null,"static":{"config":{"brand":"scribd","auth0":{"domain":"auth.scribd.com","clientId":"gyc7yrfzsvJfiwylseau8cx9uVaoaNSP","audience":"https://api.scribd.com/api/v3/"},"docChat":{"graphqlEndpoint":"https://api.scribd.com/api/v3/graphql"},"google":{"clientId":"491264573595-hs5hu9ijbfl9g6khnkn2retrfr6lcua7.apps.googleusercontent.com","sessionPath":"/open_id_connect/login"},"thirdPartyTags":{"googleAnalytics":{"account_id":"UA-443684-2","current_user":"false","facebook_user_context":"none"},"includeGoogleTagManager":true},"webAnalytics":{"requestId":"4a849cd11ae519d7cec51135d3dcd3a83706347c586bc3da628b2eade6d9c926"}},"routes":{"accountPath":"L2FjY291bnQtc2V0dGluZ3M=\n","accountSettingsPath":"L3lvdXItYWNjb3VudA==\n","androidStoreUrl":"aHR0cHM6Ly9wbGF5Lmdvb2dsZS5jb20vc3RvcmUvYXBwcy9kZXRhaWxzP2lk\nPWNvbS5zY3JpYmQuYXBwLnJlYWRlcjAuZG9jcw==\n","appPromoDeepLink":"aHR0cHM6Ly9zY3JpYmQucGFnZS5saW5rLz9hbXY9MTMuMTYmYXBuPWNvbS5z\nY3JpYmQuYXBwLnJlYWRlcjAuZG9jcyZpYmk9Y29tLnNjcmliZC5kb2NzJmlt\ndj0xMy4xNiZpc2k9NjQ0ODgwNzcxNCZsaW5rPWh0dHBzJTNBJTJGJTJGd3d3\nLnNjcmliZC5jb20lMkZkb2N1bWVudCUyRjkzNzU5NDM5NSUyRkhUTUwtbm90\nZXMlM0ZyZWZlcnJlciUzRHV0bV9jYW1wYWlnbiUzRGRvY19wYWdlJTI2dXRt\nX3NvdXJjZSUzRGRvY19wYWdlJTI2dXRtX21lZGl1bSUzRHdlYiZzdD1IVE1M\nJTIwbm90ZXMmc2k9aHR0cHM6Ly9pbWd2Mi0xLWYuc2NyaWJkYXNzZXRzLmNv\nbS9pbWcvZG9jdW1lbnQvOTM3NTk0Mzk1L29yaWdpbmFsLzIxNngyODcvNTU1\nOGYxNWZjOS8xP3Y9MQ==\n","audiobooksAllCategoriesPath":"L2F1ZGlvYm9va3MvY2F0ZWdvcmllcw==\n","audiobooksPath":"L2F1ZGlvYm9va3M=\n","archivePlansAskAiActionUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hcmNoaXZlL3BsYW5zP2RvYz05Mzc1\nOTQzOTUmbWV0YWRhdGE9JTdCJTIyY29udGV4dCUyMiUzQSUyMmFyY2hpdmVf\ndmlld19yZXN0cmljdGVkJTIyJTJDJTIycGFnZSUyMiUzQSUyMnJlYWQlMjIl\nMkMlMjJhY3Rpb24lMjIlM0ElMjJhc2tfYWklMjIlMkMlMjJsb2dnZWRfaW4l\nMjIlM0FmYWxzZSUyQyUyMnBsYXRmb3JtJTIyJTNBJTIyd2ViJTIyJTdE\n","archivePlansCopyActionUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hcmNoaXZlL3BsYW5zP2RvYz05Mzc1\nOTQzOTUmbWV0YWRhdGE9JTdCJTIyY29udGV4dCUyMiUzQSUyMmFyY2hpdmVf\ndmlld19yZXN0cmljdGVkJTIyJTJDJTIycGFnZSUyMiUzQSUyMnJlYWQlMjIl\nMkMlMjJhY3Rpb24lMjIlM0ElMjJjb3B5JTIyJTJDJTIybG9nZ2VkX2luJTIy\nJTNBZmFsc2UlMkMlMjJwbGF0Zm9ybSUyMiUzQSUyMndlYiUyMiU3RA==\n","archivePlansDownloadActionUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hcmNoaXZlL3BsYW5zP2RvYz05Mzc1\nOTQzOTUmbWV0YWRhdGE9JTdCJTIyY29udGV4dCUyMiUzQSUyMmFyY2hpdmVf\ndmlld19yZXN0cmljdGVkJTIyJTJDJTIycGFnZSUyMiUzQSUyMnJlYWQlMjIl\nMkMlMjJhY3Rpb24lMjIlM0ElMjJkb3dubG9hZCUyMiUyQyUyMmxvZ2dlZF9p\nbiUyMiUzQWZhbHNlJTJDJTIycGxhdGZvcm0lMjIlM0ElMjJ3ZWIlMjIlN0Q=\n","bestsellersPath":"L2Jlc3RzZWxsZXJz\n","booksAllCategoriesPath":"L2Jvb2tzL2NhdGVnb3JpZXM=\n","booksPath":"L2Jvb2tz\n","documentsAllCategoriesPath":"L2RvY3MvY2F0ZWdvcmllcw==\n","documentsPath":"L2RvY3M=\n","facebookUrl":"aHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL1NjcmliZC8=\n","homePath":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS8=\n","instagramUrl":"aHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9zY3JpYmQv\n","iosStoreUrl":"aHR0cHM6Ly9hcHBzLmFwcGxlLmNvbS91cy9hcHAvNjQ0ODgwNzcxND9tdD04\nJnB0PTI5ODUzNA==\n","languageModalPropsPath":"L2xhbmd1YWdlX21vZGFsX3Byb3Bz\n","logoutPath":"L2xvZ291dA==\n","magazinesAllCategoriesPath":"L21hZ2F6aW5lcy9jYXRlZ29yaWVz\n","magazinesPath":"L21hZ2F6aW5lcw==\n","myUploadsPath":"L3VwbG9hZHM=\n","oauthLoginUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9vYXV0aC9sb2dpbg==\n","oauthSignupUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9vYXV0aC9zaWdudXA=\n","oauthStartTrialUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9vYXV0aC9zaWdudXA/ZG9jX2lkPTkz\nNzU5NDM5NQ==\n","originalsRoute":"aHR0cHM6Ly93d3cuZXZlcmFuZC5jb20vb3JpZ2luYWxz\n","paymentFixUrl":null,"pinterestUrl":"aHR0cHM6Ly93d3cucGludGVyZXN0LmNvbS9zY3JpYmQv\n","podcastsAllCategories":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9wb2RjYXN0cy9jYXRlZ29yaWVz\n","podcastsPath":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9wb2RjYXN0cw==\n","profilePath":"","progressiveProfileModalPropsPath":"L2RvYy1wYWdlL3Byb2dyZXNzaXZlLXByb2ZpbGUtbW9kYWwvOTM3NTk0Mzk1\n","progressiveProfileModalDismissPath":"L3Byb2dyZXNzaXZlX3Byb2ZpbGVfbW9kYWwvZGlzbWlzc19tb2RhbA==\n","queryUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9zZWFyY2gvcXVlcnk=\n","rate":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9yYXRpbmdzLmpzb24=\n","readingHistoryDataPath":"L3lvdXItYWNjb3VudC9yZWFkaW5nX2hpc3RvcnlfZGF0YQ==\n","referralsUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9yZWZlcnJhbHM=\n","rootPath":"Lw==\n","rootUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS8=\n","savedPath":"L3NhdmVk\n","searchPath":"L3NlYXJjaA==\n","searchUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9zZWFyY2g=\n","sendAppDownloadUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9zZW5kX2Rvd25sb2FkX2xpbms=\n","sheetMusicPath":"L3NoZWV0bXVzaWM=\n","statsPath":null,"subscribeUrl":"L2FyY2hpdmUvcG1wX2NoZWNrb3V0P2RvYz05Mzc1OTQzOTUmZG9jX2lkPTkz\nNzU5NDM5NSZtZXRhZGF0YT0lN0IlMjJjb250ZXh0JTIyJTNBJTIycG1wJTIy\nJTJDJTIyYWN0aW9uJTIyJTNBJTIyc3RhcnRfdHJpYWwlMjIlMkMlMjJsb2dn\nZWRfaW4lMjIlM0FmYWxzZSUyQyUyMnBsYXRmb3JtJTIyJTNBJTIyd2ViJTIy\nJTJDJTIyZG9jdW1lbnQlMjIlM0E5Mzc1OTQzOTUlMkMlMjJicm93c2VyX3V1\naWQlMjIlM0ElMjIyZmI5N2I2NS03NGY2LTQ4YWYtYmI4OS02ZTY4ZGVmNzY3\nMDUlMjIlN0Q=\n","supportPath":"aHR0cDovL3N1cHBvcnQuc2NyaWJkLmNvbQ==\n","transparencyUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS90cmFuc3BhcmVuY3k=\n","twitterUrl":"aHR0cHM6Ly90d2l0dGVyLmNvbS9zY3JpYmQv\n","unpauseAccountUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hY2NvdW50L3VucGF1c2U/ZnJvbT1o\ndHRwcyUzQSUyRiUyRnd3dy5zY3JpYmQuY29tJTJGZG9jdW1lbnQlMkY5Mzc1\nOTQzOTUlMkZIVE1MLW5vdGVz\n","incentivizedUploadPath":"L3VwbG9hZC1kb2N1bWVudD9hcmNoaXZlX2RvYz05Mzc1OTQzOTU=\n","uploadPath":"L3VwbG9hZC1kb2N1bWVudA==\n","webAnalyticsUrl":"aHR0cHM6Ly93YS5zY3JpYmQuY29t\n","whatIsScribdLandingPath":"L3doYXQtaXMtc2NyaWJk\n","whatIsEverandLandingPath":"L3doYXQtaXMtZXZlcmFuZA==\n","footerContentTypeRoutes":{"documents":"L2RvY3M=\n"},"aboutUrl":"aHR0cHM6Ly93d3cuc2NyaWJkaW5jLmNvbS9hYm91dA==\n","accessibilityUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvYXJ0aWNsZXMv\nMjEwMTI5NTg2LUFjY2Vzc2liaWxpdHktTm90aWNl\n","adChoicesUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvYXJ0aWNsZXMv\nMjEwMTI5MzY2\n","blogUrl":"aHR0cHM6Ly9ibG9nLnNjcmliZC5jb20v\n","careersUrl":"aHR0cHM6Ly93d3cuc2NyaWJkaW5jLmNvbS9jYXJlZXJz\n","contactUrl":"aHR0cHM6Ly93d3cuc2NyaWJkaW5jLmNvbS9jb250YWN0\n","copyrightUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvc2VjdGlvbnMv\nMjAyMjQ2MDg2\n","everandBlogUrl":"aHR0cHM6Ly93d3cuZXZlcmFuZC5jb20vYmxvZw==\n","everandHostPath":"aHR0cHM6Ly93d3cuZXZlcmFuZC5jb20=\n","faqUrl":"aHR0cDovL3N1cHBvcnQuc2NyaWJkLmNvbS9oYy9lbi11cw==\n","giftUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9naWZ0\n","pressUrl":"aHR0cHM6Ly93d3cuc2NyaWJkaW5jLmNvbS9uZXdzcm9vbQ==\n","privacyUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9wcml2YWN5\n","privacyRequestFormUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvYXJ0aWNsZXMvMzYwMDM4\nMDE2OTMxLVByaXZhY3ktUmlnaHRzLVJlcXVlc3QtRm9ybQ==\n","publishersUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9wdWJsaXNoZXJz\n","purchaseHelpUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvc2VjdGlvbnMv\nMjAyMjQ2MzA2\n","redeemUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9yZWRlZW0=\n","simpleCancelUrl":"L3lvdXItYWNjb3VudC9jYW5jZWwtbm93\n","termsUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvYXJ0aWNsZXMv\nMjEwMTI5MzI2LUdlbmVyYWwtVGVybXMtb2YtVXNl\n"}},"toolbar":{"search_path":"L2RvY3VtZW50cy9zZWFyY2g/YXV0aF90b2tlbj1OSXJORDlPcXhVeUZFZCUy\nQlJGZkZwdzhDVDVhWSUzRCZhdXRoZW50aWNpdHlfdG9rZW49Q1R0SjFqOWMt\naGRzZ3B2aW83UTdrSy1vT2JNb3FGUUpsSWk0d01MWlIyaGZTcTBxa3ozcTFo\nSDgyYXA4cW1KR2V3Z3pXOVVPQzZwWVRtNTU1MkJ1dkEmZXhwaXJlcz0xNzc2\nMzQwNTQxJndvcmREb2N1bWVudElkPTkzNzU5NDM5NSZ3b3JkVXBsb2FkSWQ9\nOTYxODMwODI3\n","topic_search_path":"L2RvYy1wYWdlL3RvcGljX3NlYXJjaA==\n"},"user":{"browserUuid":"2fb97b65-74f6-48af-bb89-6e68def76705","canExtendSubscription":null,"country":null,"currentPlanType":null,"emailHash":null,"hasPublishedDocuments":false,"id":null,"initials":"","isAborted":null,"isAdmin":null,"isBot":true,"isDunning":false,"isEligibleForFreeTrial":true,"isLoggedIn":false,"isMobile":false,"isPaused":false,"isSubscriber":false,"isTrialing":false,"isUnderDunningLock":false,"requestCountry":"US","name":null,"personaIconRetinaUrl":null,"personaIconUrl":null,"region":null,"showSimpleCancelOption":false,"stripeBillingPauseEnabled":null,"visitorStatus":"non-user"},"wordDocument":{"ads_disabled":false,"archived":true,"author_name":"prathameshsali2008","copyright_name":"© All Rights Reserved","description":"Html class 12th hsc board notes","documentHasThumbnails":false,"documentHasOutlines":false,"doc_topics":[],"document_keyphrase_definitions":[],"document_qa":[],"edit_path":null,"embed_modal_props_path":"/doc-page/embed-modal-props/937594395","extensions":["pdf"],"extracted_title":"HTML Notes","flag_document_modal_props_path":"/doc-page/flag-document-modal-props/937594395","formats":[{"extension":"pdf","filesize":"19.7 MB"}],"generatedDescription":"The document provides an introduction to HTML, detailing its advantages, disadvantages, and the structure of HTML documents. It covers various HTML tags, their functions, and how to format text, create lists, and add images and tables. Additionally, it explains the significance of markup languages and the basic components necessary for building a web page.","hasFreeAccessFromUploader":false,"hasScrambledFonts":false,"id":937594395,"isBlessed":null,"image_url":"https://imgv2-1-f.scribdassets.com/img/document/937594395/149x198/4ee4b0b2df/1761291886?v=1","in_library":false,"isDocumentOwner":false,"isEnglish":true,"is_archive":true,"is_credit_restricted":false,"is_workspace_eligible":true,"is_downloadable":true,"is_sheet_music":false,"is_view_restricted_archive":true,"isbn":null,"library_xhr_pending":false,"outlineData":[],"page_count":28,"page_dimensions":{"width":612,"height":575},"page_orientation":"landscape","publisher_info":{"is_author":false,"name":"prathameshsali2008","url":"https://www.scribd.com/user/889681879/prathameshsali2008"},"relatedKnowledgePageLinks":[],"relatedKnowledgePagesEnabled":false,"reportContentModalPropsPath":"/doc-page/report-content-modal-props/937594395","retina_image_url":"https://imgv2-1-f.scribdassets.com/img/document/937594395/298x396/4b28d10414/1761291886?v=1","secret_password":null,"short_title":"HTML notes","showFullDoc":false,"show_archive_paywall":true,"signup_context":null,"title":"HTML notes","translation":{"original":null,"translations":[]},"type":"view_restricted","url":"https://www.scribd.com/document/937594395/HTML-notes","views":"199","wordCount":0,"remainingCopyCredits":0},"X_Request_ID":"4a849cd11ae519d7cec51135d3dcd3a83706347c586bc3da628b2eade6d9c926"}--></script></div><script type="text/javascript" src="/https/www.scribd.com/options/exposed_to_client.js"></script><script type="application/javascript">window._translations = JSON.parse("{\"en-US\":{\"translation\":{\");\\n this\":{\"nestingSuffix = iOpts\":{\"nestingSuffix ? regexEscape(iOpts\":{\"nestingSuffix) : iOpts\":{}}}},\"account_settings\":{\"facebook_connect\":{\"facebook\":\"Facebook\"},\"payment_card\":{\"apple_sub\":\"Apple Subscriptions\",\"card_num\":\"Card ending in {{card_number}}\",\"fortumo_bill\":\"Mobile Bill (Serviced by Fortumo)\",\"google_play\":\"Google Play Subscriptions\",\"gopay\":\"GoPay\",\"link_bank_account\":\"Link — Bank Account\",\"link_card\":\"Link ending in {{card_number}}\",\"no_card\":\"No card on file\",\"paypal\":\"PayPal: {{email}}\"},\"show\":{\"restart_membership\":\"Restart subscription\"},\"subscription_card\":{\"plan\":{\"annual\":\"Premium Annual\",\"lite\":\"Lite\",\"monthly\":\"Premium Monthly\"},\"unlocks_available\":\"{{count}} unlock available\",\"unlocks_available_plural\":\"{{count}} unlocks available\",\"unlocks_will_expire\":\"Unlocks will expire on {{date}}\"}},\"ai_assistant\":{\"ask_ai\":{\"cta_button_listen\":\"Listen\",\"cta_button_preview\":\"Preview\",\"cta_button_read\":\"Read\",\"cta_button_sample\":\"Sample\",\"cta_button_show_more\":\"Show more\",\"cta_button_view_titles\":\"View titles\",\"disclaimer_ask_ai_may_make_mistakes\":\"Ask v1.0 may make mistakes.\",\"error_messages\":\"Hmm, something went wrong. Please try again later.\",\"feedback_bad_response\":\"Bad Response\",\"feedback_good_response\":\"Good Response\",\"feedback_header\":\"Tell us more about your rating?\",\"feedback_success_description\":\"Your feedback is crucial in helping us improve our responses.\",\"feedback_success_header\":\"Thank you for your feedback\",\"feedback_tags_harmful_offensive\":\"Harmful or offensive\",\"feedback_tags_incorrect\":\"Incorrect or inaccurate\",\"feedback_tags_not_helpful\":\"Not helpful\",\"feedback_tags_not_what_meant\":\"Not what I meant\",\"feedback_tags_other\":\"Other\",\"feedback_tags_too_long\":\"Took too long\",\"greetings_subheading\":\"Ask me to recommend books or audiobooks - similar to reads you love, favorite categories, or with a specific plot or setting.\",\"save_button_remove_from_saved\":\"Remove from Saved\",\"save_button_save_for_later\":\"Save for later\",\"shared_highlight_can_help\":\"I can help!\",\"shared_highlight_looking_for\":\"Looking for\",\"shared_highlight_your_next_read\":\"your next read?\",\"suggestions_audiobooks_relationship\":\"I\'m seeking good audiobooks to help me improve my relationship with my girlfriend?\",\"suggestions_audiobooks_shoe_dog\":\"I’m looking for the audiobook Shoe Dog by Phil Knight?\",\"suggestions_audiobooks_successful_entrepreneurs\":\"Share inspirational audiobooks about successful entrepreneurs like The Spanx Story?\",\"suggestions_books_balance_technology_as_mom\":\"As a mom with kids below age 9, I need a book on how to balance technology and screen time for kids?\",\"suggestions_books_big_little_lies\":\"Domestic suspense books similar to Big Little Lies by Liane Moriarty?\",\"suggestions_books_children_books_science\":\"Children books about science that are appropriate for a 6 year old?\",\"suggestions_books_climate_change\":\"Can you suggest the top 3 books about climate change that I should read?\",\"suggestions_books_cookbooks\":\"Popular cookbooks for healthy diets?\",\"suggestions_books_creativity_inc\":\"Any books similar to Creativity Inc by Ed Catmull?\",\"suggestions_books_fiction_books\":\"Are there any fiction books about people with schizophrenia?\",\"suggestions_books_financial_independence\":\"Books about financial independence like Pathfinders by JL Collins?\",\"suggestions_books_finding_love_againa\":\"I want to read a good story about finding love again after life setbacks?\",\"suggestions_books_glad_my_mom_died\":\"Do you have I’m Glad My Mom Died?\",\"suggestions_books_inspire_me_with_books\":\"I want to be inspired, what books do you recommend?\",\"suggestions_books_leadership_skills\":\"Good books on leadership skills for women similar to Career Forward by Puma?\",\"suggestions_books_light_funnny_lift_mood\":\"Any light and funny books to lift my mood?\",\"suggestions_books_make_me_cry_ugly\":\"Looking for books that will make me ugly cry?\",\"suggestions_books_medicine_and_disease\":\"Do you have books about medicine and disease similar to Being Mortal by Gawande?\",\"suggestions_books_memoirs_not_business_leaders\":\"Looking for good memoirs but not about business leaders?\",\"suggestions_books_memoirs_successful_athletes\":\"Share memoirs about successful athletes that would inspire young kids to work hard?\",\"suggestions_books_millionaire_next_door\":\"Books like The Millionaire Next Door that are good?\",\"suggestions_books_no_weak_female_characters\":\"I don’t like books with weak female characters. Can you suggest novels with strong, empowered women?\",\"suggestions_books_real_estate_investor\":\"I want to learn how to be a real estate investor - what books should I read?\",\"suggestions_books_self_help_books\":\"I want self-help books not written by Dale Carnegie?\",\"suggestions_books_sets_india\":\"Can you recommend books set in India?\",\"suggestions_books_story_at_sea\":\"Books where the story happens at sea?\",\"suggestions_books_suggestions_about_cats\":\"My daughter is 12 yrs old and also loves cats. Any suggestions?\",\"suggestions_books_underdog_sports_teams\":\"Interested in books about underdog sports teams similar to The Boys in the Boat by Brown?\",\"suggestions_books_walter_isaacson\":\"Do you have books by Walter Isaacson?\",\"suggestions_books_written_by_sarah_maas\":\"Show me books written by Sarah Maas?\",\"suggestions_deeply_emotional_memoir\":\"I want a deeply emotional memoir that explores overcoming adversity - any ideas?\",\"suggestions_fiction_novels_medival_europe\":\"Can you recommend any fiction novels set in Medieval Europe?\",\"suggestions_funny_romance_books\":\"I need some cheering up, can you recommend some super funny laugh-out-loud romance books for me?\",\"suggestions_good_audiobook_set_rome\":\"Looking for a good audiobook set in ancient Rome?\",\"suggestions_mystery_novel_female_detective\":\"Can you recommend a mystery novel set in the 1920s that features a female detective?\",\"suggestions_romance_lovers_plot\":\"Give me a spicy romance book with an enemies to lovers plot?\",\"suggestions_romance_novel_world_war\":\"Can you recommend a romance novel set during World War II?\",\"suggestions_self_improvement_audiobooks\":\"I’m looking for inspiration to stop procrastinating. Can you recommend some self-improvement audiobooks on this topic?\",\"suggestions_similar_achilles_madeline_miller\":\"I enjoyed Song of Achilles by Madeline Miller. Suggest another retelling of a myth or legend?\",\"suggestions_similar_author_fantasy_series_george_rr_martin\":\"Recommend a fantasy series similar to A Song of Ice and Fire by George RR Martin?\",\"suggestions_similar_author_psychological_thrillers_gillian_flynn\":\"Love psychological thrillers by Gillian Flynn - what similar authors should I check out?\",\"suggestions_similar_books_chris_voss\":\"I liked Never Split the Difference by Chris Voss, recommend similar books to me?\",\"suggestions_similar_books_crawdads_sing\":\"I loved Where the Crawdads Sing by Delia Owens - what else should I read?\",\"suggestions_similar_books_female_main_character\":\"I\'m looking for books set in Europe with a female main character?\",\"suggestions_similar_books_lord_of_rings\":\"I loved Lord of the Rings, can you recommend something similar?\",\"suggestions_similar_books_many_lives_mama_love\":\"Books similar to The Many Lives of Mama Love?\",\"suggestions_similar_books_marie_kondo\":\"I\'m a fan of Marie Kondo and her approach to simplifying life. What books by similar authors would you recommend?\",\"suggestions_similar_plot_twists\":\"I don’t like predictable endings, can you find a couple of books with good plot twists for me?\",\"suggestions_thriller_unexpected_plot_twists\":\"I’m looking for a thriller with unexpected plot twists and a dark setting?\",\"suggestions_true_story_book_recommendations\":\"Any true story book recommendations?\",\"text_input_ask_follow_up\":\"Ask a follow-up\",\"text_input_discover_next_read\":\"Discover your next read\",\"text_input_label\":\"Send Message\",\"thumbs_down_other_header\":\"Provide additional feedback\",\"thumbs_down_submit_button\":\"Submit Feedback\"},\"ask_ai_modal\":{\"ad_free\":\"Ad-free reading\",\"copy_and_paste\":\"Copy \\u0026 paste text and images from any document\",\"download_documents\":\"Download documents\",\"free_trial\":\"Get this feature with a free trial\",\"start_free_trial\":\"Start {{numberOfDays}} day free trial\",\"start_free_trial_unlimited_access_html\":\"Start a 30 day free trial to \\u003cstrong\\u003eget unlimited access to Ask AI,\\u003c/strong\\u003e plus:\",\"summary\":\"Ask AI gives you instant answers and helps you summarize the contents of the document faster\"}},\"bestsellers\":{\"promo\":{\"enjoy_bestselling_titles_when_subscribed\":\"Enjoy bestselling titles when you subscribe\"}},\"books\":{\"epub\":{\"banners\":{\"enjoying_preview_update_payment\":\"Your next unlock will be available after you update your payment information.\",\"enjoying_preview_update_payment_upgrade\":\"Update payment information to upgrade to Plus\"}}},\"browse\":{\"promo\":{\"everand_also_available_on_mobile_devices\":\"Everand is also available for your mobile devices.\"}},\"category\":{\"documents\":\"{{category}} Documents\"},\"change_plans_page\":{\"plan_module\":{\"most_popular\":\"Most Popular\"}},\"chrome\":{\"flash\":{\"close_notification\":\"Close notification\"},\"renewal_nag\":{\"click_here_to_become_a_member\":\"Click here to become a member\",\"click_here_to_renew_it\":\"Click here to renew it\",\"click_here_to_resume_it\":\"Click here to resume it\",\"click_here_to_update_it\":\"Click here to update it\",\"resume_membership\":\"Resume membership\",\"update_payment\":\"Update Payment\",\"you_canceled_your_free_trial\":\"You canceled your free trial.\",\"your_credit_card_information_is_invalid_\":\"Your credit card information is invalid.\",\"your_membership_is_on_hold\":\"Your membership is on hold because of a problem with your last payment.\",\"your_membership_is_paused_until_paused_until_date\":\"Your membership is paused until {{paused_until_date}}.\",\"your_paypal_information_is_invalid\":\"Your Paypal information is invalid.\",\"your_scribd_gift_membership_has_ended\":\"Your Scribd gift membership has ended.\",\"your_scribd_membership_has_expired\":\"Your Scribd membership has expired.\",\"your_scribd_membership_was_canceled\":\"Your Scribd membership was canceled.\"}},\"common\":{\"later\":\"Later\",\"update_payment\":\"Update payment\"},\"content_lengths\":{\"listening_minutes\":\"{{minutes}} min listen\",\"reading_minutes\":\"{{minutes}} min read\"},\"content_preview\":{\"available_on\":\"Available on {{date}}\",\"flags\":{\"expiring_soon\":\"Leaving soon\",\"geo_restricted\":\"Unavailable\",\"not_available\":\"Unavailable\",\"sample\":\"Sample\",\"throttled\":\"Available soon\"},\"formats\":{\"also_available_list_view\":\"Also available as \\u003ca href={{url}} class=\'also_available\'\\u003e{{content_type}}\\u003c/a\\u003e\"},\"geo_restricted\":\"Unavailable in your country\",\"reviews\":{\"delete_rating_and_review\":\"Delete this rating and review?\",\"delete_warning\":\"This action cannot be undone.\",\"rating_and_review_deleted\":\"Rating and review deleted\"},\"save\":{\"add\":\"Save for later\",\"remove\":\"Remove from Saved\"},\"share\":\"Share\",\"social_media_share\":{\"email\":\"Email\",\"pinterest\":\"Pinterest\",\"twitter\":\"Twitter\"},\"social_media_share_modal\":{\"linked_copied\":\"Link copied\"},\"unavailable\":\"Currently unavailable\",\"view_titles_in_series\":\"View titles in series\"},\"content_types\":{\"article\":\"Article\",\"audiobook\":\"Audiobook\",\"audiobook_series\":\"Audiobook series\",\"audiobooks\":\"Audiobooks\",\"books\":\"Books\",\"document\":\"Document\",\"documents\":\"Documents\",\"ebook\":\"Ebook\",\"ebook_series\":\"Ebook series\",\"ebooks\":\"Ebooks\",\"magazine\":\"Magazine\",\"magazines\":\"Magazines\",\"podcast\":\"Podcast\",\"podcast_episode\":\"Podcast episode\",\"podcasts\":\"Podcasts\",\"sheet_music\":\"Sheet music\",\"song\":\"Song\",\"topics\":\"Topics\"},\"doc_download_modal\":{\"resume_now_billed_html\":\"Resume your subscription now to download {{title}}. By resuming now, \\u003cem\\u003eyou will be billed {{price}} immediately\\u003c/em\\u003e. \",\"subscription_is_currently_paused\":\"Your subscription is currently paused until {{date}}.\"},\"doc_page\":{\"account_creation\":{\"get_instant_access_with_free_account\":\"Get instant access to this document and millions more with a free account.\",\"to_continue_reading_please_sign_in\":\"To continue reading, please sign in\"},\"ad_label\":{\"ad_info\":{\"description\":\"We use ads to keep content free and accessible for everyone. You can remove them by \\u003ca href=\'{{signupUrl}}\'\\u003esigning up\\u003c/a\\u003e for a Scribd subscription.\",\"dunning_description\":\"We use ads to keep content free and accessible for everyone. You can remove them by \\u003ca href=\'{{updateUrl}}\'\\u003eupdating your payment\\u003c/a\\u003e.\"}},\"after_download_modal\":{\"explore_and_download\":\"Explore and download\"},\"ai_actions\":{\"advanced_document_search\":\"Advanced document search\",\"answers_from_doc\":\"Answers from this document\",\"ask_question\":\"Ask a question\",\"define\":\"Define\",\"define_this_text\":\"Define the terms in this text\",\"explain\":\"Explain\",\"explain_this_text\":\"Explain this text\",\"get_ai_abstract\":\"Get AI Abstract\",\"highlights_glance\":\"Highlights at a glance\",\"key_insights\":\"Key Insights\",\"page_num\":\"Page {{pageNum}}\",\"painted_door_modal\":{\"feature_not_ready\":\"This feature is not quite ready\",\"we_are_working_hard\":\"We\'re working hard to introduce advanced reading, summarization, and document analysis tools to improve your experience. We hope to share them with you soon.\"},\"rewrite_for_audience\":\"Rewrite for audience\",\"summarize\":\"Summarize\",\"summarize_document\":\"Summarize document\",\"summarize_this_text\":\"Summarize this text\",\"try_advanced_search\":\"Try advanced search\",\"use_advanced_search\":\"Use advanced search\"},\"ai_enhanced_tag\":{\"ai_enhanced\":\"AI-enhanced\",\"ai_enhanced_document\":\"AI-enhanced document\",\"ai_translated_document\":\"AI-translated document\",\"description\":\"AI-enhanced description\",\"description_tooltip\":\"Leveraging AI technology, we\'ve optimized the description for improved clarity.\",\"title\":\"AI-enhanced title\",\"title_and_description\":\"AI-enhanced title and description\",\"title_and_description_tooltip\":\"Leveraging AI technology, we\'ve optimized the title and description for improved clarity.\",\"title_tooltip\":\"Leveraging AI technology, we\'ve optimized the title for improved clarity.\"},\"annotation_popover\":{\"add_note\":\"Add note\",\"delete_highlight\":\"Delete highlight\",\"explore_documents_on\":\"Explore documents on \\\"{{query}}\\\"\",\"highlight\":\"Highlight\",\"new_note\":\"New note\",\"search_for\":\"Search for \\\"{{query}}\\\"\",\"search_scribd_for\":\"Search Scribd for \\\"{{query}}\\\"\",\"share_quote\":\"Share quote\"},\"annotations\":{\"annotations\":\"Annotations\",\"delete_modal_description\":\"This will delete your note.\",\"delete_modal_title\":\"Delete Note?\",\"hide_annotations\":\"Hide annotations\",\"hide_highlights\":\"Hide highlights\",\"highlights\":\"Highlights\",\"show_annotations\":\"Show annotations\",\"show_highlights\":\"Show highlights\",\"sign_in_to_see_annotations\":\"Sign in to see annotations\",\"sign_in_to_see_highlights\":\"Sign in to see highlights\",\"this_document_does_not_have_annotations\":\"This document does not have any annotations yet\",\"this_document_does_not_have_highlights\":\"This document does not have any highlights yet\"},\"annotations_and_highlights\":{\"annotations_and_highlights\":\"Annotations \\u0026 highlights\",\"hide_all\":\"Hide all\",\"highlight\":\"Highlight\",\"note\":\"Note\",\"results_count\":\"{{currentPage}} of {{totalPages}} result\",\"results_count_plural\":\"{{currentPage}} of {{totalPages}} results\"},\"app_promo_interstitial\":{\"continue_for_free\":\"Continue for free\"},\"blur_promo\":{\"become_member_for_full_access\":\"Become a Scribd member for full access.\",\"read_and_download_full_documents\":\"Read and download full documents.\",\"skip_ad\":\"Skip ad\",\"subscribe_now\":\"Subscribe Now\",\"subscribe_with_a_free_trial\":\"Subscribe with a free trial\",\"trial_duration\":{\"start_your_trial\":\"Start your {{trialDuration}} day free trial\"},\"unlock_next_pages_after_an_ad\":\"Unlock the next {{count}} page after an ad\",\"unlock_next_pages_after_an_ad_plural\":\"Unlock the next {{count}} pages after an ad\",\"unlock_this_document\":\"Unlock this document\",\"unlock_this_document_after_an_ad\":\"Unlock this document after an ad\",\"unlock_this_page_after_an_ad\":\"Unlock this page after an ad\",\"upload_a_doc_to_download_or_sub\":\"Upload a document to download this document or subscribe to read and download.\",\"upload_to_download\":\"Upload to download\"},\"description_modal\":{\"description\":\"Description\"},\"doc_chat\":{\"summarize_this_doc\":\"Summarize this document\"},\"doc_chat_additional_feedback\":{\"heading\":\"Provide additional feedback\",\"placeholder\":\"What are your thoughts on the response? How could it be improved?\"},\"doc_chat_disclaimer\":\"This feature is powered by OpenAI and may make mistakes. Check important info.\",\"doc_chat_down_vote_feedback\":{\"not_factually_correct\":\"Not factually correct\",\"offensive_unsafe\":\"Offensive/Unsafe\",\"other\":\"Other\",\"submit\":\"Submit Feedback\"},\"doc_chat_error_message\":{\"something_went_wrong\":\"Hmm, something went wrong. Please try reloading the page.\"},\"doc_chat_error_messages\":{\"default\":\"We are experiencing high traffic. Please try sending a message after a brief wait.\",\"ingestion_failed\":\"Something went wrong. Please try again later.\",\"ingestion_rejected\":\"This document isn’t compatible with Ask AI. Please try a different document.\"},\"doc_chat_feedback\":{\"down_vote_question_heading\":\"Why did you choose this rating?\",\"thank_you_response\":\"Your feedback is valuable and helps us improve our AI responses.\",\"thank_you_response_heading\":\"Thanks so much for your feedback\"},\"doc_chat_greeting\":{\"header\":\"Get instant answers\",\"subheader\":\"Ask anything related to this document or choose one of the suggestions below.\"},\"doc_chat_header\":{\"close\":\"Close\",\"open_ask_ai_settings_menu\":\"Open Ask AI settings menu\"},\"doc_chat_ingestion\":{\"analyzing_information\":\"Analyzing information\",\"title\":\"Just a moment, scanning the document.\",\"working_on_your_request\":\"Working on your request\"},\"doc_chat_input\":{\"placeholder\":\"Select a suggestion or type a question\",\"suggestions\":\"Suggestions\"},\"doc_chat_messages\":{\"sources\":\"Sources\"},\"doc_chat_settings\":{\"clear_history\":\"Clear History\",\"faq\":\"FAQ\"},\"doc_chat_usage\":{\"exceed_warning\":\"You’ve reached your monthly limit of {{count}} prompts. Thank you for being so actively engaged with DocTalk beta. Your prompt limit will reset next month!\",\"limit_reminder\":\"Wow, you’ve reached {{count}} prompts! As part of our DocTalk beta program, you have {{left}} prompts left. Your feedback is appreciated as we refine this feature.\"},\"doc_search\":{\"advanced_find\":\"Advanced Find\",\"collapse_search_results_drawer\":\"Collapse search results drawer\",\"error_occurred_try_again\":\"An error occurred with your search. Please try again.\",\"expand_search_results_drawer\":\"Expand search results drawer\",\"find\":\"Find\",\"find_answers_inside_any_document\":\"Find answers inside any document.\",\"get_advanced_find\":\"Get Advanced Find with a free trial\",\"go_deeper\":\"Go deeper. Explore long documents without losing context.\",\"no_matches_found\":\"We could not find any matches for your search. Try searching a different keyword or phrase.\",\"number_of_total_results\":\"{{number}} of {{total}} results\",\"number_results\":\"{{number}} results\",\"page\":\"Page\",\"related_match\":\"Related match\",\"relevance\":\"Relevance\",\"save_time\":\"Save time. Jump straight to the section that matters.\",\"search_smarter\":\"Search smarter. Get results even with partial words or typos.\",\"try_advanced_find\":\"Try Advanced Find\",\"try_free_for_trial_days\":\"Try free for {{trialDuration}} days\"},\"document_outline\":{\"document_outline\":\"Document outline\",\"document_thumbnails\":\"Document thumbnails\",\"outline\":\"Outline\",\"page_view\":\"Page view\"},\"download_as_formats_or_read_online\":\"Download as {{formats}} or read online on Scribd\",\"download_modal\":{\"explore_top_category_documents_next\":\"Explore top {{category}} documents next\",\"no_category_explore_these_top\":\"Explore these top related documents next\"},\"download_to_read_ad_free\":\"Download to read ad-free\",\"embed_modal\":{\"custom_page\":\"Custom page\",\"title\":\"Embed document\"},\"extracted_terms\":{\"back_to_list\":\"back to list\",\"collapse_extracted_terms_drawer\":\"Collapse extracted terms drawer\",\"expand_extracted_terms_drawer\":\"Expand extracted terms drawer\",\"extracted_terms\":\"Extracted terms\",\"hide_all\":\"hide all\",\"number_of_total\":\"{{number}} of {{total}}\",\"number_of_total_results\":\"{{number}} of {{total}} results\",\"open_to_discover_terms\":\"Open to discover terms from this document and related recommendations.\",\"search_more\":\"Search more\",\"show_all\":\"show all\",\"view_in_doc\":\"View in doc\"},\"fallback_ad\":{\"millions_of_documents_ad_free\":\"Millions of documents at your fingertips, ad-free\"},\"flash\":{\"rating_not_saved_try_again\":\"Rating not saved, please try again\"},\"get_scribd_without_ads\":\"Get Scribd without ads.\",\"incentivized_upload\":{\"to_access_this_document_trial_duration\":\"To access this document, upload one of yours, or subscribe with a {{trialDuration}} day free trial. Cancel anytime.\",\"to_access_this_document_trial_duration_plural\":\"To access this document, upload {{count}} of yours, or subscribe with a {{trialDuration}} day free trial. Cancel anytime.\"},\"key_topics\":{\"ask_ai_query\":\"Show me all of the references in this document to {{keyTopic}}.\",\"powered_by_ai\":\"Powered by AI\",\"topics_covered\":\"Topics covered\",\"topics_results\":\"Topics\",\"view_all\":\"View all\"},\"metadata\":{\"description\":{\"copyright_awareness\":\"We take content rights seriously. If you suspect this is your content, \\u003ca href={{href}}\\u003eclaim it here\\u003c/a\\u003e.\",\"original_description\":\"Original Description\"},\"license\":\"License\",\"overview\":\"Overview\"},\"mobile_metadata\":{\"collapse_full_title\":\"Hide full title\",\"expand_full_title\":\"Show full title\"},\"modals\":{\"mobile_share\":{\"share_document\":\"Share document\"},\"more_options\":{\"is_this_document_useful\":\"Is this document useful?\"}},\"more_options\":\"More options\",\"mouse_menu\":{\"copy_page_text\":\"Copy page text\",\"copy_text\":\"Copy text\",\"copy_text_unavailable\":\"Copy text unavailable\",\"copy_text_unavailable_on_this_page\":\"Copy text unavailable on this page\"},\"note\":\"Note\",\"page\":{\"preferred_language_set_to_url_params_language_settings_changed\":\"Preferred language set to {{url_params_language_settings_changed}}\"},\"page_view\":{\"no_thumbnails_available\":\"No thumbnails available\"},\"ratings\":{\"mark_as_not_useful\":\"Mark this document as not useful\",\"mark_as_useful\":\"Mark this document as useful\",\"no_ratings\":\"0 ratings\",\"no_ratings_yet\":\"No ratings yet\",\"num_votes\":\"({{count, locale}} vote)\",\"num_votes_plural\":\"({{count, locale}} votes)\",\"page_count\":\"{{count, locale}} page\",\"page_count_plural\":\"{{count, locale}} pages\",\"percent_found_document_not_useful\":\"{{percentage}}% found this document not useful\",\"percent_found_document_useful\":\"{{percentage}}% found this document useful\",\"press_again_undo\":\"Press again to undo.\",\"sign_up_to_rate_this_title\":\"Sign up to rate this title\",\"you_marked_as_useful\":\"You marked this document as useful\"},\"read_this_document_in_other_languages\":\"Read this document in other languages\",\"recommender_list\":{\"might_also_like\":\"You might also like\",\"show_more\":\"Show more\"},\"related_documents\":\"Related documents\",\"report_content_modal\":{\"button_name\":\"Report\",\"category_error_flash\":\"Select a category to submit your report\",\"copyright_awareness\":\"If you are the copyright owner of this document or someone authorized to act on a copyright owner’s behalf, please use the \\u003ca href={{reportLink}}\\u003eDMCA form\\u003c/a\\u003e to report infringement.\",\"copyright_infringement\":\"Copyright infringement\",\"cta\":{\"cancel\":\"Cancel\",\"submit\":\"Submit\"},\"document_has_been_reported\":\"Document has been reported.\",\"illegal_content\":\"Illegal content\",\"illegal_content_awareness\":\"If you believe this document contains illegal material, such as child sexual abuse, exploitation, terrorism, or other unlawful activity, please \\u003ca href={{ reportLink }}\\u003econtact our Customer Operations team.\\u003c/a\\u003e\",\"problem_submitting_report\":\"We encountered a problem submitting your report. Please try again.\",\"report_an_issue\":\"Report an issue\",\"reports_are_used\":\"Reports are used to improve our systems and are not used for content moderation.\",\"select_an_option\":\"Select an option...\",\"sub_type\":{\"academic_dishonesty\":\"Academic Dishonesty\",\"child_privacy\":\"Child Privacy\",\"child_sexual_abuse\":\"Child Sexual Abuse\",\"dangerous_products_services\":\"Dangerous Products/Services\",\"general_privacy\":\"General Privacy\",\"inciting_violence_or_hatred\":\"Inciting Violence or Hatred\",\"minor_exploitation\":\"Minor Exploitation\",\"non_violent_offenses\":\"Non-violent Offenses\",\"other\":\"Other\",\"self_harm\":\"Self-harm\",\"sexual_offenses\":\"Sexual Offenses\",\"sexually_explicit\":\"Sexually Explicit\",\"shocking_or_disturbing\":\"Shocking or Disturbing\",\"spreading_false_information\":\"Spreading False Information\",\"terrorism\":\"Terrorism\",\"threatening_behavior\":\"Threatening Behavior\",\"violent_offenses\":\"Violent Offenses\"},\"subcategory_error_flash\":\"Select a sub-category to submit your report\",\"title\":\"Report Content\",\"type\":{\"dangerous_and_derogatory\":\"Dangerous \\u0026 Derogatory\",\"dangerous_and_derogatory_tooltip\":\"Content that encourages harmful, threatening, or hateful behavior.\",\"deceptive_and_fraudulent\":\"Deceptive \\u0026 Fraudulent\",\"deceptive_and_fraudulent_tooltip\":\"Content that intentionally misleads, deceives, or engages in fraudulent activities.\",\"explicit\":\"Explicit\",\"explicit_tooltip\":\"Content that is graphic, offensive, or disturbing.\",\"illegal\":\"Illegal\",\"illegal_tooltip\":\"Content that breaks the law or promotes illegal activities.\",\"low_quality\":\"Low quality\",\"low_quality_tooltip\":\"Content that fails to meet minimum standards for clarity, relevance, or completeness.\",\"privacy\":\"Privacy\",\"privacy_tooltip\":\"Content that misuses personal information.\",\"spam\":\"Spam\",\"spam_tooltip\":\"Unsolicited and repetitive content that disrupts your experience.\"}},\"share\":{\"copy_link\":\"Copy link\",\"link_copied\":\"Link copied!\",\"share_via_email\":\"Share via email\",\"unable_to_copy_link\":\"Unable to copy link\"},\"share_drawer\":{\"copy_link\":\"Copy Link\"},\"share_quote\":{\"page_number\":\"Page {{page}}\"},\"sharing_buttons\":{\"link_copied_private_document\":\"Link Copied! \\u003cspan class=\\\"link_copied_private_doc\\\"\\u003eNote: Sharing a public link to a document marked private will allow others to view it.\\u003c/span\\u003e\",\"not_supported_for_private_documents\":\"This feature is not supported for private documents. If you want to share, select Copy Link, and send the link to others.\"},\"this_document_available_in_languages\":\"This document is available in the following languages:\",\"toast\":{\"copying_text_disabled\":\"Copying text from this document is disabled.\",\"copying_text_success\":\"Text copied to clipboard.\"},\"toolbar\":{\"document_search\":{\"find\":\"Find\",\"find_in_document\":\"Find in document\"},\"download\":\"Download\",\"find_in_pdf\":\"Find in PDF\",\"visually_hidden_share\":\"Share\"},\"translate\":\"Translate\",\"translate_document\":\"Translate Document\",\"url_safety\":{\"learn_more\":\"Learn more about our content safety efforts\",\"stay_on_scribd\":\"Stay on Scribd\",\"this_link_leads_to_an_external\":\"This link leads to an external site. We do not know or endorse its content, and are not responsible for its safety. Click the link to proceed only if you trust this site.\",\"to_improve_the_safety\":\"To improve the safety of our community, you must have an account to follow external links.\",\"youre_leaving_scribd\":\"You’re leaving Scribd\"},\"view_original_document_in_language\":\"View original document in {{language}}\"},\"everand\":{\"bestsellers\":{\"promo\":{\"enjoy_bestselling_audiobook_titles_when_subscribed\":\"Enjoy bestselling audiobooks when you subscribe\",\"enjoy_bestselling_titles_when_subscribed\":\"Enjoy bestselling ebooks when you subscribe\"}},\"browse_page\":{\"promo\":{\"books_audiobooks_cancel_anytime\":\"Discover millions of ebooks, audiobooks, and so much more, from {{price}}/month. Cancel anytime.\",\"instant_access_and_cancel_anytime\":\"Discover millions of ebooks, audiobooks, and so much more for just {{price}}/month. Cancel anytime.\"}},\"fable_free_welcome_modal\":{\"all_set_next_great_read_waiting\":\"All set — your next great read is waiting.\",\"ebook_or_audiobook_each_month\":\"{{count}} ebook or audiobook each month\",\"ebook_or_audiobook_each_month_plural\":\"{{count}} ebooks or audiobooks each month\",\"everand_and_fable_better_together\":\"Everand and Fable, better together.\",\"everand_subscription_now_includes_fable_plus_free\":\"Your Everand subscription now includes Fable Plus, for free.\",\"fable_plus_now_activated_html\":\"Fable Plus now activated on your Fable account (\\u003cspan class=\\\"bold\\\"\\u003e{{email}}\\u003c/span\\u003e)\",\"free_ebook_or_audiobook_trial\":\"{{count}} free ebook or audiobook during trial\",\"more_stories_more_stats\":\"More stories. More stats. No ads.\",\"start_reading_on_everand\":\"Start reading on Everand\"},\"lists\":{\"faq_message_html\":\"We\'ve made important changes to the list experience. To learn more, \\u003ca href={{faqUrl}} target=\\\"_blank\\\"\\u003evisit the FAQs\\u003c/a\\u003e.\"},\"megamenu\":{\"what_is_scribd_btn\":{\"what_is_scribd\":\"What is Everand?\"}},\"modal\":{\"opt_in\":{\"continue_to_everand\":\"Continue to Everand\",\"upcoming_releases_curated_lists_to_your_inbox\":\"Find out about upcoming releases and exclusive originals, plus get curated lists and special offers sent directly to your inbox.\"},\"progressive_profile\":{\"send_me_email_updates\":\"Send me email updates from Everand\",\"welcome_to_everand\":\"Welcome to Everand!\"},\"upsell\":{\"get_the_most_out_of_everand\":\"Get the most out of Everand\",\"unlock_full_access_discover_millions\":\"Unlock full access to the world\'s most fascinating digital library. Discover millions of ebooks, audiobooks, magazines, and more.\"}},\"post_unlock\":{\"everand_is_better_in_app\":\"Everand is better in the app\"},\"shared\":{\"cross_link_message\":\"From Everand\",\"footer\":{\"about_scribd\":\"About Everand\",\"everand_-_download_on_the_app_store\":\"Everand - Download on the App Store\",\"everand_-_get_it_on_google_play\":\"Everand - Get it on Google Play\",\"everand_-_get_it_on_kindle_fire\":\"Everand for Kindle Fire\",\"scan_to_download\":\"Scan to download\"},\"social_buttons\":{\"scribd_on_facebook_aria_label\":\"Everand on Facebook\",\"scribd_on_instagram_aria_label\":\"Everand on Instagram\",\"scribd_on_pinterest_aria_label\":\"Everand on Pinterest\",\"scribd_on_twitter_aria_label\":\"Everand on Twitter\"}},\"unlock_roll_over_modal\":{\"check_your_balance_html\":\"Starting today, unlocks will roll over for up to 6 months. \\u003ca href={{link}}\\u003eCheck your balance\\u003c/a\\u003e anytime.\",\"good_news_your_unlocks_now_roll_over\":\"Good news: Your unlocks now roll over!\"}},\"everand_pay_now_modal\":{\"0_unlocks_remain\":\"0 unlocks remaining in your trial\",\"downgrade_cta\":\"Downgrade to Standard\",\"downgrade_plus\":\"Downgrade to Plus\",\"get_unlocks_today\":\"Get {{count}} unlock today, renews monthly\",\"get_unlocks_today_plural\":\"Get {{count}} unlocks today, renews monthly\",\"plus_trial_desc\":\"Subscribe today to get more unlocks and continue enjoying our bestselling ebooks and audiobooks.\",\"standard_trial_desc\":\"Get 3 unlocks per month with the Plus plan, or continue with 1 unlock per month on the Standard plan.\",\"subheading\":{\"deluxe_version\":\"Subscribe to the Deluxe plan for immediate access to 5 unlocks.\",\"plus_version\":\"Get 5 unlocks per month with the Deluxe plan, or continue with 3 unlocks per month on the Plus plan.\",\"switch_deluxe_plus\":\"Switch to Plus or Deluxe to get more unlocks, or continue with 1 unlock per month on the Standard plan.\"},\"subscribe_deluxe\":\"Subscribe to Deluxe\",\"subscription_disclaimer_plus_tax_html\":\"Your {{plan}} plan of {{count}} unlock per month automatically renews for {{price}}/month (plus tax), billed by {{local_entity}}, until you cancel. Cancel anytime in your \\u003ca class=\'account\' href=\'{{account_url}}\' target=\'_blank\'\\u003eAccount Settings\\u003c/a\\u003e. See Scribd’s \\u003ca class=\'terms\' href=\'{{terms_url}}\' target=\'_blank\'\\u003eterms of use\\u003c/a\\u003e and \\u003ca class=\'privacy\' href=\'{{privacy_url}}\' target=\'_blank\'\\u003eprivacy policy\\u003c/a\\u003e for more information.\",\"subscription_disclaimer_plus_tax_html_plural\":\"Your {{plan}} plan of {{count}} unlocks per month automatically renews for {{price}}/month (plus tax), billed by {{local_entity}}, until you cancel. Cancel anytime in your \\u003ca class=\'account\' href=\'{{account_url}}\' target=\'_blank\'\\u003eAccount Settings\\u003c/a\\u003e. See Scribd’s \\u003ca class=\'terms\' href=\'{{terms_url}}\' target=\'_blank\'\\u003eterms of use\\u003c/a\\u003e and \\u003ca class=\'privacy\' href=\'{{privacy_url}}\' target=\'_blank\'\\u003eprivacy policy\\u003c/a\\u003e for more information.\",\"title\":\"Start subscription to unlock title\",\"unlocks_and_price\":\"{{count}} unlock • {{price}}\",\"unlocks_and_price_plural\":\"{{count}} unlocks • {{price}}\",\"upgrade_deluxe\":\"Upgrade to Deluxe\",\"upgrade_to_get_unlocks\":\"Upgrade to get {{unlocks}} unlocks today, renews monthly\"},\"everand_unlock_modal\":{\"get_the_best_experience\":\"Get the best Everand experience in the app. Scan the code to download.\",\"read_in_everand_app\":\"Read in the Everand app\",\"read_listen_offline_anytime_anywhere\":\"Read or listen offline anytime, anywhere\"},\"explore\":{\"download_app_banner\":{\"everand_is_best_in_the_app\":\"Everand is best in the app\"}},\"get_app_modal\":{\"link_sent_email\":\"Link sent! Please check your email.\"},\"helpers\":{\"document_meta_tags\":{\"scribd_is_the_world_s_largest_social\":\"Scribd is the world\'s largest social reading and publishing site.\"}},\"home\":{\"logged_in\":{\"content_quickview\":{\"also_available_as_an_audiobook\":\"Also available as an audiobook\",\"also_available_as_an_ebook\":\"Also available as an ebook\",\"byline\":{\"narrated_by\":\"narrated by\"},\"close\":\"Close\",\"count_titles\":\"{{count}} title\",\"count_titles_plural\":\"{{count}} titles\",\"go_to_content_type_version\":\"Go to {{content_type}} version\",\"loading\":\"Loading...\",\"more_about_this_episode\":\"More about this episode\",\"more_about_this_issue\":\"More about this issue\",\"more_about_this_series\":\"More about this series\",\"more_about_this_summary\":\"More about this summary\",\"oops_something_went_wrong\":\"Oops, something went wrong\",\"view_all_articles\":\"View all articles\",\"view_all_episodes\":\"View all episodes\",\"view_the_full_title_details\":\"View the full title details\"}}},\"landing_pages\":{\"feed\":{\"view_more_info\":\"View more info\"}},\"megamenu\":{\"documents\":{\"all_documents\":\"All Documents\"},\"hambur_menu\":{\"get_our_free_apps\":\"Get our free apps\"},\"hamburger_menu\":{\"close_menu\":\"Close menu\",\"sign_in_to_your_everand_account\":\"Sign in to your Everand account\",\"sign_in_to_your_scribd_account\":\"Sign in to your Scribd account\",\"welcome\":\"Welcome!\"},\"language\":{\"cancel\":\"Cancel\",\"change_language\":\"Change Language\"},\"language_links\":{\"learn_more\":\"Learn more\"},\"language_picker_dropdown\":{\"language\":\"Language\",\"preferred_language\":\"Preferred Language\"},\"logged_out\":{\"user_menu\":{\"welcome_to_everand\":\"Welcome to Everand!\",\"welcome_to_scribd\":\"Welcome to Scribd!\"}},\"navigation\":{\"categories\":\"Categories\",\"explore_content_type\":\"Explore {{content_type}}\",\"opens_navigation_menu\":\"Open navigation menu\"},\"search_bar\":{\"clear_search\":\"Clear search\",\"close_suggestions\":\"Close suggestions\",\"no_results_found\":\"No search results.\",\"num_results_are_available\":\"{{num_results}} result(s) are available, use up and down arrow keys to navigate.\",\"recent_searches\":\"Recent searches\",\"search\":\"Search\"},\"top_bar\":{\"upload\":\"Upload\"},\"upload\":{\"upload_header\":\"Upload\"},\"user_menu\":{\"document_stats\":\"Document stats\",\"document_uploads\":\"Document uploads\",\"faq_and_support\":\"FAQ and support\",\"hi_name\":\"Hi {{name}}!\",\"invite_friends\":\"Invite friends\",\"language\":\"Language ({{current_language}})\",\"public_profile\":\"Public profile\",\"read_for_free\":\"Read for free\",\"visually_hidden_user_settings\":\"User Settings\",\"your_account\":\"Your account\"},\"what_is_scribd_btn\":{\"what_is_scribd\":\"What is Scribd?\"}},\"modals\":{\"add_to_list\":{\"save\":\"Save to list\",\"title\":\"Add to list\"},\"confirm_delete_review\":{\"title\":\"Delete your review and rating?\"},\"confirm_unsave_item\":{\"content\":\"Are you sure you want to remove this title from Saved Library and any saved lists?\",\"header\":\"Remove title\",\"title\":\"Remove title from Saved Library and any saved lists?\"},\"confirm_unsave_item_in_list\":{\"remove_from_your_lists\":\"Remove from your lists?\",\"removing_from_saved\":\"Removing from Saved will also delete the title from your lists.\",\"removing_this_title_from_saved\":\"Removing this title from Saved will also remove it from your lists.\",\"title\":\"This title is also in a list.\"},\"create_list\":{\"create_list\":\"Create list\",\"failed_to_create_try_again\":\"Failed to create list, please try again\",\"input_description\":{\"privacy_type\":\"No one except you can view this list. Sharing will be disabled.\"},\"input_label\":{\"name\":\"What would you like to name this list?\",\"privacy_type\":\"Make list private\"},\"title\":\"New List\",\"validation_errors\":{\"name\":\"Please enter a list name\"}},\"language_picker\":{\"language_options\":\"Language Options\",\"select_preferred_language\":\"Select your preferred language\",\"translate_and_tailor\":\"We’ll translate site navigation and tailor your personal recommendations where possible to match your preferred language selection.\",\"translate_to_match\":\"We’ll translate site navigation to match your preferred language selection.\"},\"lockshockroadblock\":{\"problem_with_your_last_payment\":\"Problem with your last payment\",\"update_your_payment_to_continue\":\"Update your payment to continue\",\"we_had_an_issue_with_your_last_payment\":\"We had an issue with your last payment. Update your payment info to continue.\",\"your_membership_is_on_hold\":\"Your membership is on hold because of a problem with your last payment.\"}},\"onboarding_modal\":{\"cta\":{\"get_started\":\"Get started\",\"next\":\"Next\",\"see_whats\":\"See what’s new\",\"start_reading\":\"Start reading!\"},\"subtitle\":{\"all_unlocks_renew\":\"Each unlock gives you access to a title from our premium catalog. Unlocks renew monthly.\",\"lets_go\":\"Let’s go over a few things that have changed.\",\"look_for_titles\":\"Out of unlocks? No problem! Just look for the “unlimited” label to keep on reading.\",\"not_sure_if\":\"Not sure if you’re ready to unlock a premium ebook or audiobook? Save it for later or preview it for a closer look.\",\"scan_the_code_to_download\":\"Your favorite stories go wherever you do, even offline. Scan the code to get the app.\",\"weve_already_unlocked\":\"Enjoy the books you’ve already read — no unlocks needed.\",\"your_favorite_stories\":\"Your favorite stories go wherever you do, even offline.\",\"your_world_of\":\"Your world of stories starts here.\"},\"title\":{\"anytime_anywhere\":\"Anytime, anywhere\",\"no_need_to\":\"No need to use unlocks on titles you’ve already read\",\"out_of_unlocks\":\"Always more to enjoy\",\"preview_any\":\"Preview any title first\",\"use_your_unlocks\":\"Unlock premium titles\",\"welcome_everand\":\"Welcome to Everand!\",\"your_library\":\"Your library just got bigger\"}},\"page_gate_modal\":{\"check_you_email\":{\"check_your_email\":\"Check your email\"},\"check_your_email\":{\"change_email\":\"Not the correct email?\",\"didnt_receive\":\"Didn\'t receive an email? Check your spam folder, or\",\"email_not_verified_verify_to_continue\":\"Email not verified. Please verify your email to continue.\",\"i_have_verified_my_email\":\"I\'ve verified my email\",\"logout_login_url\":\"Use a different email address\",\"send_again\":\"send again.\",\"to_protect_your_account_html\":\"To protect your account, we\'ve sent a verification email to \\u003cstrong\\u003e{{email}}\\u003c/strong\\u003e. Please click the link in that email to verify your identity. To learn more, please visit our \\u003ca href=\\\"{{support_url}}\\\" class=\\\"faq_link\\\" target=\\\"_blank\\\"\\u003eFAQs\\u003c/a\\u003e.\",\"verify_email_before_continuing\":\"Please verify your email before continuing.\"}},\"pause_nag_banner\":{\"scribd\":{\"subscription_paused\":\"Your subscription is paused until {{date}}. To download documents and access offline, resume early by visiting\"}},\"pdfs\":{\"doc_search\":{\"page\":\"page\"},\"lightboxes\":{\"download_lightbox\":{\"download_document\":\"Download document\",\"resume_membership\":\"Resume Membership\",\"resuming\":\"Resuming\"},\"embed_lightbox\":{\"autosize\":\"Autosize\",\"beginning_of_document\":\"Beginning of document\",\"copy_link\":\"Copy Link\",\"custom\":\"Custom\",\"customization_options_available_below\":\"Customization options available below\",\"embed_this_in_your_website\":\"Embed this in your website\",\"format\":\"Format\",\"fullscreen\":\"Fullscreen\",\"generate_a_link\":\"Generate a Link\",\"height\":\"Height: \",\"html\":\"HTML\",\"link_options\":\"Link Options\",\"link_to_the\":\"Link to the\",\"options\":\"Options\",\"preview\":\"Preview\",\"scroll\":\"Scroll\",\"size\":\"Size\",\"slideshow\":\"Slideshow\",\"start_at_page\":\"Start at page:\",\"style\":\"Style:\",\"sup_sup_the_code_will_be_updated\":\"\\u003csup\\u003e*\\u003c/sup\\u003e The code will be updated based on your changes.\",\"width\":\"Width: \",\"wordpress\":\"Wordpress\"},\"print_lightbox\":{\"cancel\":\"Cancel\",\"download_and_print\":\"Download and print\",\"in_order_to_print_this_document_\":\"In order to print this document from Scribd, you\'ll first need to download it.\",\"print_document\":\"Print document\"}},\"redesign_elements\":{\"actions\":{\"embed\":\"Embed\",\"print\":\"Print\",\"share\":\"Share\"},\"metadata_section\":{\"full_description\":\"Full description\"}},\"show\":{\"sign_in_to_flag_this_title\":\"Sign in to flag this title\"},\"sidebar\":{\"available_formats\":\"Available Formats\",\"copyright_no_colon\":\"Copyright\",\"isbn_no_colon\":\"ISBN\",\"uploaded_by\":\"Uploaded by\",\"written_by\":\"Written by\"},\"toolbar\":{\"exit_fullscreen\":\"Exit fullscreen\",\"fullscreen\":\"Fullscreen\",\"showing_strong_1_strong_result_for_query\":\"Showing \\u003cstrong\\u003e1\\u003c/strong\\u003e result for\",\"showing_strong_num_results_strong_results_for_query\":\"Showing \\u003cstrong\\u003e{{num_results}}\\u003c/strong\\u003e results for\",\"you_are_on_page_props_current_page\":\"You are on page {{props_current_page}}\",\"zoom_in\":\"Zoom in\",\"zoom_out\":\"Zoom out\"},\"upvote\":{\"not_useful\":\"Not useful\",\"this_document_is\":\"This document is...\",\"useful\":\"Useful\"}},\"plan_selection_page\":{\"plan_card\":{\"a_selection\":\"200,000+ ebooks and audiobooks, including a selection of our most popular titles\",\"billed_monthly\":\"Billed monthly after trial.\",\"docs_presentations\":\"195M+ documents and presentations on Scribd and Slideshare ad-free\",\"magazines_etc\":\"Magazines, podcasts and sheet music\",\"plus\":\"Plus:\",\"subscribe_plus\":\"Subscribe to Plus\",\"subscribe_standard\":\"Subscribe to Standard\",\"titles_per_month\":\"{{titles}} titles per month from our Plus catalog that includes even more bestsellers and new releases\",\"unlimited\":\"Unlimited access to:\"}},\"plans\":{\"unlock_dropdown\":{\"conversion_unlocks\":\"New unlocks arrive {{renewal_date}}\",\"unlocks\":\"{{count}} unlock\",\"unlocks_plural\":\"{{count}} unlocks\",\"unlocks_renew\":\"Unlocks renew {{refresh_date}}\",\"unlocks_renew_after_payment_information\":\"Unlocks renew after payment information is updated.\",\"view_unlock_history\":\"View unlock history\",\"x_unlocks_arrive\":\"{{count}} unlock arrives {{refresh_date}}.\",\"x_unlocks_arrive_plural\":\"{{count}} unlocks arrive {{refresh_date}}.\"},\"unlock_modal\":{\"after_unlocking_this_title\":\"After unlocking this title, you\'ll have {{count}} unlock left until {{refresh_date}}.\",\"after_unlocking_this_title_plural\":\"After unlocking this title, you\'ll have {{count}} unlocks left until {{refresh_date}}.\",\"unlock_this_title\":\"Unlock this title\",\"you_have_unlocks_available\":\"You have {{count}} unlock available.\",\"you_have_unlocks_available_plural\":\"You have {{count}} unlocks available.\"}},\"privacy_policy_modal\":{\"accept\":\"Accept and continue\",\"details_below\":\"You can read the details below. By accepting, you agree to the updated privacy policy.\",\"thank_you\":\"Thank you!\",\"title\":\"We\'ve updated our privacy policy.\",\"try_again\":\"We’ve encountered a problem, please try again.\",\"updated_privacy_policy\":\"We’ve updated our privacy policy so that we are compliant with changing global privacy regulations and to provide you with insight into the limited ways in which we use your data. \",\"view_policy\":\"View updated privacy policy\"},\"receipt\":{\"download\":{\"download_iframe\":\"Download iframe\",\"downloading\":\"Downloading\"}},\"recs\":{\"overflow_menu\":{\"congrats_marked_as_read\":\"Congrats! This title is marked as finished.\",\"dont_show_again\":\"Don\'t show again\",\"mark_as_finished\":\"Mark as finished\",\"mark_as_unfinished\":\"Mark as unfinished\",\"removed_from_your_suggestions\":\"Removed from your suggestions.\",\"suggest_more_like_this\":\"Suggest more like this\",\"title_marked_as_unfinished\":\"This title is marked as unfinished.\",\"undo_suggest_more\":\"Undo suggest more like this\",\"we_wont_suggest_more_like_this\":\"Got it! We won’t suggest more like this.\",\"we_wont_suggest_this_again\":\"Got it! We won\'t suggest this again.\",\"well_suggest_more_like_this\":\"Awesome! We\'ll suggest more like this.\"}},\"saved\":{\"add_to_list_modal\":{\"failed_to_add_document_to_collection\":\"Failed to add document to collection\",\"failed_to_load_try_again\":\"Failed to load, try again.\"},\"all_lists_modal\":{\"lists\":\"Lists\",\"title_count\":\"1 title\",\"title_count_plural\":\"{{count}} titles\"},\"delete_a_list_modal\":{\"cancel\":\"Cancel\",\"delete\":\"Delete\",\"delete_collection_name_from_lists\":\"Delete {{collectionName}} from lists?\",\"delete_list\":\"Delete List?\",\"do_not_ask_me_again\":\"Do not ask me again\",\"failed_to_delete_list\":\"Failed to delete list\",\"please_note_this_will_not_delete\":\"Please note: This will not delete titles from Saved.\",\"successfully_deleted_list\":\"Successfully deleted list\"},\"list_item_controls\":{\"create_list\":\"Create List\"},\"list_modal\":{\"organize_your_saved_titles\":\"Organize your saved titles. Add titles to your custom list.\"},\"saved_item_action\":{\"added_to_collection\":\"Added to {{collection}}\"}},\"scribd\":{\"doc_page\":{\"explore_knowledge_pages\":\"Explore knowledge pages where we use AI to aggregate the most relevant Scribd documents, highlighting the most authoritative and up-to-date sources.\",\"learn_more\":\"Learn more\",\"related_knowledge_pages\":\"Related knowledge pages\"},\"knowledge\":{\"knowledge_pages\":\"Knowledge pages\"},\"logged_out_homepage\":{\"welcome_to_scribd\":{\"welcome_to_scribd\":\"Welcome to Scribd\"}},\"modal\":{\"opt_in\":{\"continue_to_scribd\":\"Continue to Scribd\",\"special_offers_new_content_to_your_inbox\":\"Find out about special offers, new content, plus recommendations from our premium products sent directly to your inbox.\"},\"progressive_profile\":{\"explore_documents\":\"Explore [{{documentsCount}}M+] documents across every topic and niche, shared by a global community of thinkers.\",\"get_ad_free_access\":\"Get ad-free access and download any document you want across every topic and niche with a 30-day free trial.\",\"join_our_mailing_list\":\"Join our mailing list to receive personalized recommendations and new product updates\",\"send_me_email_updates\":\"Send me email updates from Scribd\",\"welcome_to_scribd\":\"Welcome to Scribd!\"},\"upsell\":{\"get_the_most_out_of_scribd\":\"Get the most out of Scribd\",\"unlock_full_access_download_documents\":\"Unlock full access to the world’s most fascinating digital library. Download documents and read offline on the app.\"}},\"navigation_category\":{\"academic\":\"Academic\",\"culture\":\"Culture\",\"hobbies_and_crafts\":\"Hobbies \\u0026 Crafts\",\"personal_growth\":\"Personal Growth\",\"professional\":\"Professional\"},\"shared\":{\"cross_link_message\":\"From Scribd\"}},\"search\":{\"filters\":{\"filters\":\"Filters\"},\"list_view\":{\"on_date\":\"on {{date}}\",\"songbook_title\":\"From songbook\"},\"pagination\":{\"next\":\"next\",\"previous\":\"previous\"},\"results\":{\"reading_list\":\"Reading List\",\"top_result\":\"Top Result\"},\"similar\":{\"find_similar\":\"Find similar\"}},\"shared\":{\"account_creation\":{\"add_note_sign_in\":\"To add a note, please sign in\",\"add_note_sign_up\":\"To add a note, please sign up\",\"already_have_an_account\":\"Already have an account?\",\"annotate_document_sign_in\":\"To annotate this document, please sign in\",\"annotate_document_sign_up\":\"To annotate this document, please sign up\",\"annotate_sign_in\":\"To annotate, please sign in\",\"back_to_sign_in\":\"Back to sign in\",\"continue_reading_sign_in\":\"To continue reading, please sign in\",\"continue_reading_sign_up\":\"To continue reading, please sign up\",\"create_bookmark_sign_in\":\"To create a bookmark, please sign in\",\"create_bookmark_sign_up\":\"To create a bookmark, please sign up\",\"creating_your_account\":\"Creating your account...\",\"disclaimer\":\"By signing up with Scribd, you agree to our \\u003ca href=\\\"{{terms_href}}\\\" target=\\\"_blank\\\" tabIndex=\\\"0\\\"\\u003eTerms of Service {{opens_in_new_window}}\\u003c/a\\u003e and \\u003ca href=\\\"{{privacy_href}}\\\" target=\\\"_blank\\\" tabIndex=\\\"0\\\"\\u003ePrivacy Policy {{opens_in_new_window}}\\u003c/a\\u003e\",\"download_document_sign_in\":\"To download this document, please sign in\",\"download_document_sign_up\":\"To download this document, please sign up\",\"errors\":{\"email_invalid\":\"This email address is invalid or blocked. Please enter another email.\",\"email_registered\":\"This email address is already registered with Scribd. Please enter your password to sign in.\",\"email_taken\":\"That email is taken by another user, please try again.\",\"invalid_character_in_name_please_remove\":\"Invalid character in name. Please remove any special characters\",\"no_valid_email_modal_desc\":\"Your email address is missing or invalid. To keep your account secure, please provide a valid email address.\",\"no_valid_email_modal_title\":\"Update your email\",\"password_10_chars\":\"Please enter a password that is at least 10 characters\",\"please_enter_a_name\":\"Please enter a name\",\"please_enter_a_valid_email\":\"Please enter a valid email\",\"that_doesn_t_appear_to_be_a\":\"That doesn\'t appear to be a valid email address. Please try again.\"},\"facebook\":{\"error\":\"Sorry, we are unable to log you in via Facebook at this time.\",\"sign_in\":\"Continue with Facebook\",\"sign_up\":\"Sign up with Facebook\"},\"fail\":\"Fail.\",\"flag_document_sign_in\":\"To flag this document, please sign in\",\"flag_document_sign_up\":\"To flag this document, please sign up\",\"forgot\":{\"enter_email\":\"Enter your email address and we\'ll send you an email with a link to reset your password.\",\"weve_sent_email_html\":\"We\'ve sent an email to \\u003cstrong\\u003e{{escape_validated_email}}\\u003c/strong\\u003e with instructions to reset your password. If it doesn\'t show up soon, check your spam folder and then read this \\u003ca href=\\\"https://support.scribd.com/hc/articles/210134406-What-do-I-do-if-I-ve-lost-or-forgotten-my-password-\\\"\\u003eHelp Center article\\u003c/a\\u003e.\"},\"forgot_password\":\"Forgot password?\",\"give_gift_sign_in\":\"To give this gift, please sign in\",\"give_gift_sign_up\":\"To give this gift, please sign up\",\"google\":{\"error\":\"Google sign in failed\"},\"highlight_document_sign_in\":\"To highlight this document, please sign in\",\"highlight_document_sign_up\":\"To highlight this document, please sign up\",\"join_today_to_start_reading\":\"Join today to start reading\",\"logging_you_in\":\"Logging you in...\",\"not_you\":\"Not you?\",\"now_bringing_you_back\":\"Now bringing you back...\",\"pass\":\"Pass.\",\"password_must_be_at_least_ten_characters\":\"At least 10 characters\",\"password_not_been_breached\":\"Password has not been breached\",\"password_strength\":\"Password strength\",\"password_strength_colon\":\"Password strength: \",\"password_strength_good\":\"Good\",\"password_strength_moderate\":\"Moderate\",\"password_strength_strong\":\"Strong\",\"password_strength_weak\":\"Weak\",\"people_browsing_scribd_html\":\"\\u003cspan\\u003e{{count, locale}} person\\u003c/span\\u003e browsing Scribd right now\",\"people_browsing_scribd_html_plural\":\"\\u003cspan\\u003e{{count, locale}} people\\u003c/span\\u003e browsing Scribd right now\",\"rate_document_sign_in\":\"To rate this document, please sign in\",\"rate_document_sign_up\":\"To rate this document, please sign up\",\"recaptcha_disclaimer\":\"This site is protected by reCAPTCHA and the Google \\u003ca href=\\\"{{privacy_href}}\\\" target=\\\"_blank\\\"\\u003ePrivacy Policy {{opens_in_new_window}}\\u003c/a\\u003e and \\u003ca href=\\\"{{policy_href}}\\\" target=\\\"_blank\\\"\\u003eTerms of Service {{opens_in_new_window}}\\u003c/a\\u003e apply.\",\"redeem_offer_sign_in\":\"To redeem this offer, please sign in\",\"redeem_offer_sign_up\":\"To redeem this offer, please sign up\",\"remember_me\":\"Remember me\",\"reset_password\":\"Reset password\",\"save_document_sign_in\":\"To save this document, please sign in\",\"save_document_sign_up\":\"To save this document, please sign up\",\"send_me_updates_from_scribd\":\"Send me updates from Scribd\",\"share_quote_sign_in\":\"To share this quote, please sign in\",\"share_quote_sign_up\":\"To share this quote, please sign up\",\"sign_in\":\"Sign in\",\"sign_in_add_note\":\"To add a note, please sign in\",\"sign_in_bookmark\":\"To create a bookmark, please sign in\",\"sign_in_create_list\":\"To create a list, please sign in\",\"sign_in_download\":\"To download, please sign in\",\"sign_in_follow\":\"To follow, please sign in\",\"sign_in_give_gift\":\"To give this gift, please sign in\",\"sign_in_highlight\":\"To highlight, please sign in\",\"sign_in_rate\":\"To rate, please sign in\",\"sign_in_redeem\":\"To redeem, please sign in\",\"sign_in_review\":\"To review, please sign in\",\"sign_in_save\":\"To save, please sign in\",\"sign_in_share_quote\":\"To share this quote, please sign in\",\"sign_in_start_months\":\"To start your free {{count}} month, please sign in\",\"sign_in_start_months_plural\":\"To start your free {{count}} months, please sign in\",\"sign_in_successful\":\"Sign in successful\",\"sign_in_to_scribd\":\"Sign in to Scribd\",\"sign_in_upload\":\"To upload, please sign in\",\"sign_in_with_email\":\"Sign in with email\",\"sign_up\":\"Sign up\",\"sign_up_add_note_this_title\":\"Sign up to add a note to this title.\",\"sign_up_annotate\":\"Sign up to annotate.\",\"sign_up_continue_reading_this_title\":\"Sign up to continue reading this title.\",\"sign_up_create_bookmark_this_title\":\"Sign up to create a bookmark.\",\"sign_up_create_list_this_title\":\"Sign up to create a list.\",\"sign_up_download_this_title\":\"Sign up to download this title.\",\"sign_up_follow_magazine_this_title\":\"Sign up to follow this magazine.\",\"sign_up_free_months_this_title\":\"Sign up to start your free {{count}} month.\",\"sign_up_free_months_this_title_plural\":\"Sign up to start your free {{count}} months.\",\"sign_up_give_gift_this_title\":\"Sign up to give this gift.\",\"sign_up_highlight_this_title\":\"Sign up to highlight.\",\"sign_up_or_sign_in\":\"Sign up or sign in\",\"sign_up_save\":\"To save, please create a Scribd account\",\"sign_up_save_this_title\":\"Sign up to save this title.\",\"sign_up_share_quote_this_title\":\"Sign up to share a quote from this title.\",\"sign_up_successful\":\"Sign up successful\",\"sign_up_to_rate_title\":\"Sign up to rate this title\",\"sign_up_to_review_title\":\"Sign up to review this title\",\"sign_up_with_email\":\"Sign up with email\",\"signup_to_redeem_offer\":\"Sign up to redeem offer\",\"start_free_months_sign_in\":\"To start your free {{count}} month, please sign in\",\"start_free_months_sign_in_plural\":\"To start your free {{count}} months, please sign in\",\"start_free_months_sign_up\":\"To start your free {{count}} month, please sign up\",\"start_free_months_sign_up_plural\":\"To start your free {{count}} months, please sign up\",\"upload_document_sign_in\":\"To upload a document, please sign in\",\"upload_document_sign_up\":\"To upload a document, please sign up\",\"use_another_email_address\":\"Use another email address\"},\"account_settings\":{\"your_account_lowercase\":\"your account\"},\"actions\":{\"read_continue\":\"Continue reading\",\"read_preview\":\"Read preview\"},\"ad_blocker_modal\":{\"i_disabled_my_ad_blocker\":\"I disabled my ad-blocker\",\"it_looks_like_youre_using_and_ad_blocker\":\"It looks like you\'re using an ad-blocker.\",\"show_me_how\":\"Show me how\",\"to_listen_to_titels_on_everand_disble_ad_blocker_or_use_mobile_app\":\"To listen to titles on Everand, please disable your ad-blocker or use our mobile app.\",\"to_read_titles_on_everand_disable_ad_blocker_or_use_mobile_app\":\"To read titles on Everand, please disable your ad-blocker or use our mobile app.\"},\"add_to_list\":{\"download_started\":\"Download Started\",\"keep_in_place\":\"Keep it in one place.\",\"list_name\":\"List name\",\"name_your_list\":\"Name your list\",\"organize_library\":\"Organize your library and get better recommendations.\",\"return_to_ideas\":\"Saving to a list helps you return to ideas, sources, and related documents without starting over.\",\"save_doc_to_list\":\"Save this document to a list\",\"save_to_existing_list\":\"Save to an existing list\",\"saved_to_list\":\"Saved to list\",\"this_doc_is_downloading\":\"This document is downloading and has been saved to your library.\",\"your_doc_is_saved_to_html\":\"Your document is saved to {{list_title}}\"},\"buttons\":{\"continue\":\"Continue\"},\"byline\":{\"and\":\"and\",\"by\":\"By\",\"narrated_by\":\"Narrated by\",\"published_by\":\"Published by\",\"written_by\":\"Written by\"},\"carousels\":{\"go_to_next_items\":\"Go to next items\",\"go_to_previous_items\":\"Go to previous items\",\"skip_carousel\":\"Skip carousel\"},\"checkout\":{\"plan_annual\":\"{{plan}} Annual\",\"plan_monthly\":\"{{plan}} Monthly\"},\"common\":{\"ad\":\"ad\",\"add_a_new_payment_method\":\"Add a new payment method\",\"added_by\":\"Added by\",\"back\":\"Back\",\"back_to_top\":\"Back to top\",\"cancel\":\"Cancel\",\"cancel_anytime\":\"Cancel anytime.\",\"close\":\"Close\",\"close_dialog\":\"Close dialog\",\"collapse_drawer\":\"Collapse Drawer\",\"current_of_total\":\"{{current}} of {{total}}\",\"current_plan\":\"Current Plan\",\"delete\":\"Delete\",\"description\":\"Description\",\"do_not_ask_me_again\":\"Do not ask me again\",\"download_now\":\"Download now\",\"edit\":\"Edit\",\"email_address\":\"Email address\",\"error\":\"Error\",\"errors\":{\"could_not_complete_request\":\"We couldn\'t complete your request\",\"failed_to_create_list\":\"Failed to create list, please try again\",\"failed_to_delete_review\":\"Review was not deleted. Please try again.\",\"failed_to_load\":\"Failed to load, try again\",\"failed_to_remove_title\":\"Failed to remove title\",\"failed_to_save_review\":\"Your review was not saved. Please try again.\",\"failed_to_save_review_vote\":\"Your vote was not saved. Please try again.\",\"failed_to_save_title\":\"Failed to save title\",\"please_try_again_later\":\"Please try again later.\"},\"expand_drawer\":\"Expand Drawer\",\"forms\":{\"at_least_10_characters\":\"(at least 10 characters)\",\"cancel\":\"Cancel\",\"email\":\"Email\",\"error\":\"Error\",\"invalid\":\"Invalid\",\"invalid_email\":\"Please enter a valid email\",\"name\":\"Name\",\"optional\":\"(optional)\",\"password\":\"Password\",\"please_enter_a_password\":\"Please enter a password\",\"please_enter_an_email\":\"Please enter an email\",\"required\":\"(required)\"},\"hide\":\"Hide\",\"included_in_your_subscription\":\"Included in your subscription\",\"info\":\"Information\",\"issue\":\"Issue\",\"key_insights\":\"Key insights from\",\"learn_more\":\"Learn more\",\"length\":\"Length\",\"library\":{\"add_to_list\":{\"success_message\":\"Added to {{collection_name}}\"},\"add_with_title\":\"Save {{title}} for later\",\"remove_with_title\":\"Remove {{title}} from saved\",\"sign_up_to_save\":\"Sign up to save this title\"},\"listen_free_for_30_days\":\"Listen free for {{trialDuration}} days\",\"listen_now\":\"Listen now\",\"listen_on_everand\":\"Listen on Everand\",\"load_more\":\"Load more\",\"more\":\"More\",\"more_about_this_title\":\"More about this title\",\"new_to_scribd\":\"New to Scribd?\",\"next_page\":\"Next page\",\"notice\":\"Notice\",\"opens_in_a_new_window\":\"opens in a new window\",\"or\":\"or\",\"pause\":\"Pause\",\"play_preview\":\"Play preview\",\"play_sample\":\"Play sample\",\"preferred_language_set_to_language\":\"Preferred language set to {{language}}\",\"previous_page\":\"Previous page\",\"progress\":{\"listened\":\"listened\",\"read\":\"read\"},\"rating\":\"rating\",\"ratings\":\"ratings\",\"read_count\":\"{{count}} read\",\"read_count_plural\":\"{{count}} reads\",\"read_less\":\"Read less\",\"read_more\":\"Read more\",\"read_now\":\"Read now\",\"read_on_everand\":\"Read on Everand\",\"read_on_scribd\":\"Read on Scribd\",\"read_preview\":\"Read preview\",\"recommended\":\"Recommended\",\"remove\":\"Remove\",\"remove_from_saved\":\"Remove from Saved\",\"removed_from_saved\":\"Removed from Saved\",\"removed_from_your_saved_list\":\"Removed from your saved list.\",\"restart_subscription\":\"Restart subscription\",\"resume_subscription\":\"Resume subscription\",\"save\":\"Save\",\"save_for_later\":\"Save for later\",\"saved\":\"Saved\",\"selected\":\"(selected)\",\"send_email\":\"Send email\",\"share_on\":{\"email\":\"Share via email\",\"email_mail_client\":\"Share with email, opens mail client\",\"facebook\":\"Share on Facebook\",\"facebook_new_window\":\"Share on Facebook, opens a new window\",\"linkedin\":\"Share on LinkedIn\",\"linkedin_new_window\":\"Share on LinkedIn, opens a new window\",\"pinterest\":\"Share on Pinterest\",\"pinterest_new_window\":\"Share on Pinterest, opens a new window\",\"twitter\":\"Share on Twitter\",\"twitter_new_window\":\"Share on Twitter, opens a new window\"},\"show\":\"Show\",\"sign_in\":\"Sign in\",\"sign_out\":\"Sign out\",\"sign_up\":\"Sign up\",\"songbook\":\"Songbook\",\"start_your_subscription\":\"Start your subscription\",\"success\":\"Success\",\"success_exclamation\":\"Success!\",\"title_author_separator\":\"by\",\"undo\":\"Undo\",\"undo_title_removed_from_saved\":\"Undo {{title}} removed from Saved\",\"update\":\"Update\",\"uploaded_by\":\"Uploaded by\",\"visually_hidden_next_item\":\"Next item\",\"visually_hidden_previous_item\":\"Previous item\",\"welcome_back\":\"Welcome back\",\"welcome_back_exclamation\":\"Welcome back!\",\"worlds_fascinating_library\":\"The world\'s most fascinating library\"},\"competitor_matrix\":{\"last_updated_aug\":\"Last updated on August 5, 2021\",\"million_ebooks\":\"1,000,000+ ebooks\",\"million_magazine_news_articles\":\"1,000,000+ magazine \\u0026 news articles\",\"no\":\"No\",\"thousands_audiobooks\":\"200,000+ audiobooks\",\"title\":\"See why readers choose Scribd\",\"yes\":\"Yes\"},\"content_lengths\":{\"articles_with_count\":\"{{count, locale}} article\",\"articles_with_count_plural\":\"{{count, locale}} articles\",\"hour_with_count\":\"{{count, locale}} hour\",\"hour_with_count_plural\":\"{{count, locale}} hours\",\"minute_with_count\":\"{{count, locale}} minute\",\"minute_with_count_plural\":\"{{count, locale}} minutes\",\"page_with_count\":\"{{count, locale}} page\",\"page_with_count_plural\":\"{{count, locale}} pages\",\"songs_with_count\":\"{{count, locale}} song\",\"songs_with_count_plural\":\"{{count, locale}} songs\"},\"content_preview\":{\"leaving_everand\":\"Leaving Everand on {{date}}\",\"newly_added_to_everand_only_on_our_new_plans\":\"Newly added to Everand — only on our new plans\"},\"content_types\":{\"series\":\"Series\"},\"cta\":{\"preview\":\"Preview\"},\"doc_download_modal\":{\"continue_reading_ad_free_or_upgrade\":\"Continue reading ad-free with your trial or upgrade to a subscription to download hundreds of documents.\",\"current_payment\":\"Current payment method\",\"download_as\":\"Download as:\",\"download_document\":\"Download document\",\"download_hundreds_of_documents\":\"Download hundreds of documents. Read ad-free. Access to Scribd, Slideshare, and Everand.\",\"download_started\":\"Your download has started\",\"enrolling_in_automatic_payments_annual_with_tax_html\":\"By clicking the “{{buttonCopy}}” button, you agree to our \\u003ca href=\\\"{{termsUrl}}\\\" target=\\\"_blank\\\"\\u003eTerms of Use\\u003c/a\\u003e, \\u003ca href=\\\"{{privacyUrl}}\\\" target=\\\"_blank\\\"\\u003ePrivacy Statement\\u003c/a\\u003e, that you are over 18, and that {{localEntity}} will automatically continue your subscription starting at the end of your free trial and charge the subscription fee (currently {{price}} + tax per year) to your payment method until you cancel. You may cancel at any time to avoid future charges. To cancel, please visit our \\u003ca href=\'{{howToCancelSubscriptionUrl}}\' target=\\\"_blank\\\"\\u003eCancel Instructions\\u003c/a\\u003e.\",\"enrolling_in_automatic_payments_annual_without_tax_html\":\"By clicking the “{{buttonCopy}}” button, you agree to our \\u003ca href=\\\"{{termsUrl}}\\\" target=\\\"_blank\\\"\\u003eTerms of Use\\u003c/a\\u003e, \\u003ca href=\\\"{{privacyUrl}}\\\" target=\\\"_blank\\\"\\u003ePrivacy Statement\\u003c/a\\u003e, that you are over 18, and that {{localEntity}} will automatically continue your subscription starting at the end of your free trial and charge the subscription fee (currently {{price}}/year) to your payment method until you cancel. You may cancel at any time to avoid future charges. To cancel, please visit our \\u003ca href=\'{{howToCancelSubscriptionUrl}}\' target=\\\"_blank\\\"\\u003eCancel Instructions\\u003c/a\\u003e.\",\"enrolling_in_automatic_payments_monthly_with_tax_html\":\"By clicking the “{{buttonCopy}}” button, you agree to our \\u003ca href=\\\"{{termsUrl}}\\\" target=\\\"_blank\\\"\\u003eTerms of Use\\u003c/a\\u003e, \\u003ca href=\\\"{{privacyUrl}}\\\" target=\\\"_blank\\\"\\u003ePrivacy Statement\\u003c/a\\u003e, that you are over 18, and that {{localEntity}} will automatically continue your subscription starting at the end of your free trial and charge the subscription fee (currently {{price}} + tax per month) to your payment method until you cancel. You may cancel at any time to avoid future charges. To cancel, please visit our \\u003ca href=\'{{howToCancelSubscriptionUrl}}\' target=\\\"_blank\\\"\\u003eCancel Instructions\\u003c/a\\u003e.\",\"enrolling_in_automatic_payments_monthly_without_tax_html\":\"By clicking the “{{buttonCopy}}” button, you agree to our \\u003ca href=\\\"{{termsUrl}}\\\" target=\\\"_blank\\\"\\u003eTerms of Use\\u003c/a\\u003e, \\u003ca href=\\\"{{privacyUrl}}\\\" target=\\\"_blank\\\"\\u003ePrivacy Statement\\u003c/a\\u003e, that you are over 18, and that {{localEntity}} will automatically continue your subscription starting at the end of your free trial and charge the subscription fee (currently {{price}}/month) to your payment method until you cancel. You may cancel at any time to avoid future charges. To cancel, please visit our \\u003ca href=\'{{howToCancelSubscriptionUrl}}\' target=\\\"_blank\\\"\\u003eCancel Instructions\\u003c/a\\u003e.\",\"membership_paused_html\":\"Your membership is currently paused until {{resumeMembershipDate}}. Would you like to resume your membership now to download \\u003cem\\u003e{{title}}\\u003c/em\\u003e?\",\"starting_date\":\"Starting {{date}}\",\"subscribe\":\"Subscribe\",\"subscription_payment_processed\":\"Subscription payment processed\",\"there_was_an_issue_processing_html\":\"There was an issue processing your request. \\u003ca href=\\\"{{supportPath}}\\\" target=\\\"_blank\\\"\\u003eContact customer service\\u003c/a\\u003e to continue.\",\"there_was_an_issue_with_payment_html\":\"There was an issue with your payment method. \\u003ca href=\\\"{{resubscribePath}}\\\"\\u003eUpdate payment details\\u003c/a\\u003e to continue.\",\"upgrade_your_trial\":\"Upgrade your trial\",\"you_will_be_billed\":\"You will be billed {{amount}} today\",\"zero_of_count_downloads_remaining_in_your_trial\":\"0 of {{count}} free downloads remaining in your trial\"},\"doc_page\":{\"download_document\":\"Download document\",\"download_unavailable\":\"Download unavailable\"},\"doc_preview\":{\"views\":\"{{formatted_views}} views\"},\"end_of_preview\":{\"view_plan_options\":\"View plan options\"},\"errors\":{\"action_incomplete_heading\":\"Action Incomplete\",\"action_incomplete_message\":\"Oops! We\'re sorry, but we couldn\'t complete the action you requested at this time. We appreciate your patience as we come up with a solution.\",\"something_went_wrong\":\"Something went wrong, please try again.\"},\"everand\":{\"cta\":{\"download_free_days\":\"Download free for {{trialDuration}} days\",\"read_free_for_30_days\":\"Read free for 30 days\"}},\"everand_banner\":{\"visit_everand\":\"Visit Everand.\"},\"footer\":{\"about\":\"About\",\"about_scribd_inc\":\"About Scribd, Inc.\",\"accessibility\":\"Accessibility\",\"cancel_contract\":\"Cancel contracts here\",\"contact_us\":\"Contact us\",\"cookie_preferences\":\"Cookie Preferences\",\"copyright\":\"Copyright\",\"copyright_awareness\":\"We take content rights seriously. \\u003ca href={{learnMoreLink}}\\u003eLearn more\\u003c/a\\u003e in our FAQs or \\u003ca href={{reportLink}}\\u003ereport infringement here\\u003c/a\\u003e.\",\"copyright_copy_current_year_scribd\":\"Copyright \\u0026copy; {{currentYear}} Scribd Inc.\",\"footer_menu\":\"Footer menu\",\"gifts\":\"Gifts\",\"help_faq\":\"Help / FAQ\",\"join_our_team_exclamation\":\"Join our team!\",\"legal\":\"Legal\",\"our_blog\":\"Our blog\",\"privacy\":\"Privacy\",\"publishers\":\"Publishers\",\"purchase_help\":\"Purchase help\",\"redeem_gift_card\":\"Redeem gift card\",\"scribd_-_download_on_the_app_store\":\"Scribd - Download on the App Store\",\"scribd_-_get_it_on_google_play\":\"Scribd - Get it on Google Play\",\"scribd_-_get_it_on_kindle_fire\":\"Scribd for Kindle Fire\",\"social\":\"Social\",\"support\":\"Support\",\"terms\":\"Terms\",\"your_privacy_preferences\":\"Your Privacy Choices\"},\"get_app_modal\":{\"an_error_occurred_please_try_again\":\"An error occurred please try again\",\"an_error_occurred_please_try_an\":\"An error occurred please try an email\",\"enter_your_email\":\"Enter your email\",\"enter_your_phone_or_email\":\"Enter your phone or email\",\"get_the_app_to_read\":\"Get the app to read anytime, anywhere.\",\"get_the_app_to_read_and_listen\":\"Get the app to read and listen anytime, anywhere.\",\"link_sent_please_check_your_mobile\":\"Link sent! Please check your mobile device\",\"listen_offline_with_app\":\"Listen offline with the app\",\"phone_or_email\":\"Phone or email\",\"please_enter_a_valid_email\":\"Please enter a valid email\",\"please_enter_a_valid_phone_number\":\"Please enter a valid phone number\",\"please_enter_a_valid_phone_number_or_email\":\"Please enter a valid phone number or email\",\"read_offline_with_app\":\"Read offline with the app\",\"send\":\"Send\"},\"listen_button\":{\"listen_continue\":\"Continue listening\",\"listen_start\":\"Start listening\"},\"lists\":{\"curated_by\":\"Curated by\",\"view_total_titles\":\"View {{count}} title\",\"view_total_titles_plural\":\"View {{count}} titles\"},\"loading_button\":{\"tooltip_content\":{\"loading\":\"Loading...\"}},\"login\":{\"join_lightbox\":{\"email\":\"Email\",\"we_couldn_t_complete_your_request\":\"We couldn\'t complete your request\"}},\"mobile_bottom_navigation_tabs\":{\"active\":\", active\",\"home\":\"Home\",\"quick_navigation\":\"Quick navigation\"},\"modal\":{\"open\":\"Open\",\"opt_in\":{\"stay_in_the_loop\":\"Stay in the loop\"},\"upsell\":{\"cancel_anytime\":\"Cancel anytime\",\"continue_with_free_trial\":\"Continue with {{trialDuration}}-day free trial\",\"continue_with_limited_access\":\"Continue with limited access\",\"or\":\"or\"}},\"modal_redirect\":{\"redirecting\":\"Redirecting\",\"subscribe_to_continue_reading_copy\":\"Subscribe to continue reading\"},\"navigation\":{\"sidebar\":{\"selected\":\", selected\"},\"upload\":\"Upload\"},\"plan_card\":{\"per_month\":\"/month\"},\"plan_type\":{\"standard_monthly\":\"Standard Monthly\"},\"plans\":{\"get_more_unlocks\":\"Get more unlocks\",\"moving_to_plus\":\"Moving to Plus on {{date}}\",\"next_unlock_available\":\"Your next unlock will be available on {{refresh_date}}\",\"no_unlocks_available\":\"0 unlocks available\",\"num_unlocks_available\":\"{{count}} unlock available.\",\"num_unlocks_available_plural\":\"{{count}} unlocks available.\",\"num_unlocks_available_renew_monthly\":\"{{count}} unlock available. Unlocks renew monthly on {{refresh_date}}.\",\"num_unlocks_available_renew_monthly_plural\":\"{{count}} unlocks available. Unlocks renew monthly on {{refresh_date}}.\",\"renew_and_upgrade\":\"Renew and upgrade to Plus to unlock this title.\",\"renew_get_next_unlock\":\"Renew your subscription to get your next unlock on {{refresh_date}}.\",\"resume_and_upgrade\":\"Resume and upgrade to Plus to unlock this title.\",\"switch_back_to_plus_to_get_your_next_unlock\":\"Switch back to Plus to get your next unlock on {{renew_date}}.\",\"unlimited\":\"Unlimited\",\"unlock_title\":\"Unlock title\",\"unlocked\":\"Unlocked\",\"unlocks_available_expire_on_date_html\":\"{{count}} unlock available. Unused unlocks expire on {{expire_date}}.\",\"unlocks_available_expire_on_date_html_plural\":\"{{count}} unlocks available. Unused unlocks expire on {{expire_date}}.\",\"upgrade_to_unlock\":\"Upgrade to Plus to unlock\",\"you_have_unlocked_title\":\"You\'ve unlocked this title.\",\"youve_unlocked_this_title\":\"You’ve unlocked this title.\"},\"play_sample_button\":{\"pause\":\"Pause\",\"play_sample\":\"Play sample\"},\"podcast_episode\":{\"from\":\"From\"},\"podcast_series\":{\"num_episodes\":\"{{ count }} episode\",\"num_episodes_plural\":\"{{ count }} episodes\",\"num_podcast_episodes\":\"{{count, locale}} podcast episode\",\"num_podcast_episodes_plural\":\"{{count, locale}} podcast episodes\"},\"react\":{\"button_menu\":{\"close_menu\":\"Close menu\"},\"save_button\":{\"failed_to_remove_title\":\"Failed to remove title\",\"failed_to_save_title\":\"Failed to save title\",\"remove_short_title_from_saved\":\"Remove {{short_title}} from Saved\",\"save_short_title_for_later\":\"Save {{short_title}} For Later\",\"sign_up_to_save\":\"Sign up to save this title\"},\"sharing_buttons\":{\"check_out_props_share_title_on_scribd\":\"Check out {{props_share_title}} on Scribd\",\"i_m_reading_props_document_collection_name_on_scribd_props_document_collection_url\":\"I’m reading {{props_document_collection_name}} on Scribd: {{props_document_collection_url}}\",\"read_props_document_collection_name_on_scribd\":\"Read {{props_document_collection_name}} on Scribd\",\"share_on_facebook_opens_a_new\":\"Share on Facebook, opens a new window\",\"share_on_linkedin_opens_a_new\":\"Share on LinkedIn, opens a new window\",\"share_on_twitter_opens_a_new\":\"Share on Twitter, opens a new window\",\"share_with_email_opens_mail_client\":\"Share with Email, opens mail client\",\"sharing_options\":\"Sharing Options\"}},\"reading_progress\":{\"base\":{\"we_ve_moved_you_to_where_you\":\"We\'ve moved you to where you read on your {{progress_device_name}}\"}},\"remove_saved_confirm_modal\":{\"removing_from_saved_will_also_delete\":\"Removing from Saved will also delete the title from your lists.\",\"this_title_is_also_in_a_list\":\"This title is also in a list.\"},\"renew_upgrade_modal\":{\"please_renew_your_subscription_first_in\":\"Please renew your subscription first in order to upgrade to Plus to unlock this title.\",\"renew_and_upgrade_to_unlock\":\"Renew and upgrade to unlock this title\",\"renew_subscription\":\"Renew subscription\"},\"resume_membership\":\"Resume subscription\",\"save_button\":{\"save\":\"Save\",\"saved\":\"Saved\"},\"sign_in_to_continue\":\"Sign in to continue\",\"skip_link\":{\"skip_content\":\"Skip content\",\"skip_to_main_content\":\"Skip to main content\"},\"social_buttons\":{\"scribd_on_facebook_aria_label\":\"Scribd on Facebook\",\"scribd_on_instagram_aria_label\":\"Scribd on Instagram\",\"scribd_on_pinterest_aria_label\":\"Scribd on Pinterest\",\"scribd_on_twitter_aria_label\":\"Scribd on Twitter\"},\"star_ratings\":{\"clear_rating\":\"Clear rating\",\"i_didnt_like_it_at_all\":\"I didn\'t like it at all\",\"i_didnt_like_it_that_much\":\"I didn\'t like it that much\",\"i_liked_it\":\"I liked it\",\"i_loved_it\":\"I loved it\",\"i_thought_it_was_ok\":\"I thought it was OK\",\"no_ratings\":\"0 ratings\",\"rate_as_rating_out_of_5\":\"Rate as {{value}} out of 5\",\"rating_rating_to_display_out_of_5_stars\":\"Rating: {{ratingToDisplay}} out of 5 stars\",\"ratings\":\"rating\",\"ratings_plural\":\"ratings\",\"saved\":\"Saved!\",\"selected\":\"(selected)\",\"user_rating_star_rating_saved\":\"{{userRating}} star rating saved\"},\"start_exploring\":\"Start exploring\",\"text_links\":{\"all_categories\":\"All categories\",\"related_authors\":\"Related authors\",\"view_all_categories_in_category\":\"View all categories in {{category}}\",\"view_fewer\":\"View fewer\",\"view_more\":\"View More\"},\"time_remaining\":{\"hours\":\"{{count}} hr left\",\"hours_plural\":\"{{count}} hrs left\",\"minutes\":\"{{count}} min left\",\"minutes_plural\":\"{{count}} mins left\",\"pages\":\"{{count}} page left\",\"pages_plural\":\"{{count}} pages left\"},\"trial\":{\"cancel_anytime\":\"Cancel anytime.\"},\"trial_duration\":{\"first_days_free\":\"Your first {{trialDuration}} days are free.\",\"read_free_days\":\"Read free for {{trialDuration}} days\",\"start_trial_days\":\"Start your free {{trialDuration}} days\"}},\"slideshare\":{\"accessibility\":{\"logo\":\"Slideshare, a Scribd company\"},\"checkout\":{\"hero_banner_title\":\"Your Slideshare presentation\"},\"join\":{\"ad_free_sign_up_sub_title\":\"You’ll get instant access to millions of presentations, documents, ebooks, audiobooks, magazines, podcasts and more. We’ll remind you before your trial ends.\",\"ad_free_sign_up_title\":\"To enjoy Slideshare ad-free, sign up for a free {{trialDuration}}-day Scribd trial\",\"already_have_scribd_account\":\"Already have a Scribd account?\",\"create_account\":\"Create a Scribd account to continue\",\"get_instant_access\":\"Get instant access to millions of documents, ebooks, audiobooks, magazines, podcasts, and more. All in one subscription.\",\"need_account_sign_in_slideshare\":\"You can use this account to access Slideshare and Scribd.\",\"to_continue_reading\":\"To continue reading on Slideshare, sign up for a {{trialDuration}} day free Scribd trial\",\"trial_duration\":\"To download on Slideshare, sign up for a {{trialDuration}} day free Scribd trial\"},\"login\":{\"sign_in\":\"Sign in with your Scribd account to continue\"}},\"unified_checkout\":{\"change_plans\":{\"upgrade_to_plus\":\"Upgrade to Plus\"},\"payment_options\":{\"current_payment\":\"Current payment method\"}},\"webpack\":{\"doc_page\":{\"src\":{\"App\":{\"Page\":{\"BlurPromo\":{\"BlurPromo\":{\"become_a_scribd_member_to_read\":\"Become a Scribd member to read and download full documents.\",\"cancel_anytime\":\"Cancel anytime\",\"continue_for_free\":\"Continue for Free\",\"continue_reading_with_trial\":\"Continue Reading with Trial\",\"update_payment\":\"Update Payment\",\"update_payment_for_full_access\":\"Update payment for full access.\"}},\"Body\":{\"Body\":{\"share_this_document\":\"Share this document\"},\"Metadata\":{\"Extra\":{\"Extra\":{\"original_title_no_colon\":\"Original Title\"}}},\"Toolbar\":{\"Toolbar\":{\"jump_to_page\":\"Jump to Page\"}}},\"annotations\":{\"AnnotationPopover\":{\"AnnotationPopover\":{\"annotation_text_page_annotation_page_nread_more\":\"\\\"{{annotation_text}}…\\\" (page {{annotation_page}})\\\\nRead more:\"}},\"NoteEditor\":{\"NoteEditor\":{\"cancel\":\"Cancel\",\"note_note_group_notes_indexof_active_note_id_1_of_note_group_notes_length\":\"Note {{note_group_notes_indexof_active_note_id_1}} of {{note_group_notes_length}}\",\"save\":\"Save\",\"write_a_note\":\"Write a note…\"}}},\"modals\":{\"Description\":{\"Description\":{\"document_information\":\"Document Information\"}},\"ShareQuote\":{\"ShareQuote\":{\"share_quote\":\"Share Quote\"}}}}},\"body\":{\"sidebar\":{\"on_created_at\":\"on {{created_at}}\"}},\"shared\":{\"actions\":{\"modals\":{\"redirecting\":\"Redirecting...\",\"unable_to_unpause_account_please_try\":\"Unable to unpause account. Please try again\"}},\"base_page\":{\"an_error_occurred_please_try_again\":\"An error occurred please try again\"},\"components\":{\"modals\":{\"Download\":{\"Receipt\":{\"Receipt\":{\"uploaded_by_this_props_document_author_name\":\"Uploaded by {{this_props_document_author_name}}\"}}}}},\"download_button\":{\"button\":{\"download\":\"Download\"}},\"store\":{\"actions\":{\"modals\":{\"subscribe_to_continue_reading\":\"Subscribe to Continue Reading\"}}}}}}}}}}");Scribd.e2e_enabled = false;</script><script type="application/javascript">function prefetchResource(u){var x = new XMLHttpRequest();x.open("GET", u, true);x.send()};</script></body></html>