html body { margin-top: 50px !important; } #top_form { position: fixed; top:0; left:0; width: 100%; margin:0; z-index: 2100000000; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; border-bottom:1px solid #151515; background:#FFC8C8; height:45px; line-height:45px; } #top_form input[name=url] { width: 550px; height: 20px; padding: 5px; font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; border: 0px none; background: none repeat scroll 0% 0% #FFF; }
,
, and . It discusses how these tags are used to structure and style text content on web pages.">
HTML Worksheet
HTML Worksheet
<head > </head > This tag specifies the title of a web page.
<hl > </hl > This tag is used to provide undeclioe effect to the content.
<b> </b> This tag is used to provide bold effect to the content.
<U> </U> This tag is used for provide heading to your document.
<p> </p> This tag is used to provide italics effect to the content.
2
,,, Test you r knowledge. State whether true or false.
. ..
? 1 ?
4. Open tags and closed tags are represented and </> respectively.
8. and <U> tags are used to bold and underline the content of
a web page.