Category: Html
Comments Tag
HTML comments are used to provide information or to explain the code.The content which is not executable and ignored by the browser are comments.“<! —” is the starting comment“–>” is [ … ]
Text Font Tags
Text Font Tag: This tag is used to change the text size, color, and face of the text. Font Tag Attributes: a) Color: It specify the color of the text [ … ]
Formatting Tags
Bold Tag: This tag is used to display the text in bold.Syntax: <b> Bold </b> Italic Tag: This tag is to display the text in italic form.Syntax: <i> Italic </i> [ … ]
HTML Syntax & Sample Program
HTML Document Structure/ Syntax: <html> <head> </head> <body </body</html> Procedure to write and execute html document: Open any editor and type the html document.<html> <head> <title> Webnoid Schools </title> </head> [ … ]
HTML Tags and Documents
Tags: Tag means ‘< >’ angular brackets. We will write documents with help of tags. HTML provides pre-defined tags and we cannot use new tag.HTML tags are used to markup [ … ]
Introduction To HTML
HTML stands for Hypertext Markup Language. It is used to create web pages.To execute HTML documents we require a browser. Any browser can be used to execute HTML for example: [ … ]