Skip to main content

Posts

क्या आपको इस एप्प के बारे में पता है?Do you know about this app | PS4 RE...

Recent posts

HTML season-2 image, link, table

https://www.youtube.com/watch?v=3--zDJxbA3c&list=PLpmvkaaPI7rLCvzrJ8qRq7UGuV0JqYtWj&index=3&t=0s

computer programming with ms office

https://www.youtube.com/watch?v=CkEXMFSfbdc&list=PLpmvkaaPI7rISJYPfGAP9XCot1jr50y45

learn how to use html

https://www.youtube.com/watch?v=rQLWR6F6aeU&list=PLpmvkaaPI7rLRGhWZ1SlJEykruGkvyLRV&index=2&t=2s

HTML CODING OF MAKING THE CONTENT ON ANY TOPICS

<html> <head> <title> </title> </head> <body bgcolor="yellow" link="black"vlink="green"> <font face="arial"color="maroon"> <h2 align="center"> CONTENT NAME </h2></font> <font face="arial"> <img src=" IMAGE .jpg"height="150"width="200"align="right"> About the topic in which you want to write <p> see also: <ul> <li><A href="one.html"> related to topic </A></li> <li><A href="two.html"> related to topic </A></li> <li><A href="three.html"> related to topic </A></li>  </ul> <table align ="center"border="2"width="250"> <caption> threats of topic </caption> <tr>1</td> <td> what is illegible </td> </tr> <tr>2</td

Structural Markup And Presentation Markup

STRUCTURAL MARKUP The structural markup tags describe the purpose of the text. These consist of heading <h1>  to  <h6> and paragraph  <p> tags. Most browsers display these in default style but we can use Cascading style sheet (CSS) to style the contents of a webpage. Sometimes style attribute is also  used in the tags to format the HTML document. PRESENTATION MARKUP The presentation markup tags describe the appearance of the text, irrespective of its purpose. Some of the presentation tags are listed in this table.  TAG DESCRIPTION   <strong> Define strong text. Strong here indicates important information. A screen-recorder software will interpret the <b> and <strong> tags differently. Most browser display <strong> as bold text.    <b>          Define bold text. This is only for visual effect.                             <big> Defines big text.   <small>   Define small text.                                                   

Click Here To Know About Importance Of HTML Tags

Here You Know Importance Of Tags The <HTML>  tag The <HTML>  tags identified the documents as an HTML document. An HTML document be gins with <HTML>  and end with </HTML>. Here <HTML> start the HTML tag and </HTML> ends the HTML tag    <HTML>                               . . . . . HTML documents lines here     <HTML> The <HEAD>  tag The <HEAD> tag contains information about the document, including its title, scripts used, style definitions, and documents description. The <HEAD> tag, is entered between HTML tags.  For example:                                 <HTML>                               <HEAD>                 Header information comes here                                  </HEAD>                                     </HTML>  The <TITLE>  tag This tag contains the documents title. The title specified inside <TITLE> tag appears on the browsers' title bar. It'll be visibly c