<table border cellspacing=3>
<table border cellpadding=3>
<table border cellspacing=3 cellpadding=3>
<ul>
tag and ends with </ul>
tag. Ordered tag starts with <ol>
and ends with </ol>
. Each list item is written as <li></li>
<ul>
) is used to create a bulleted list in HTML. Below is a simple example to create bulleted list in HTML.<p>Fruits List</p>
<ul>
<li>Apple</li>
<li>Banana</li>
<li>Mango</li>
</ul>
<div id="HTML">
These are HTML<span class="blue_color">Interview Questions</span>
</div>
<font color =”color”> </font>
for the specific texts that you want to color. <span style="color:#ff00da;">
This is sample testing text
</span>
<br>
tag is one way to separate the lines of text. There are other tags like the <p>
tag and <blockquote>
tag that are also used to separate sections of text. <table>
tag. <strong> </strong>
tag. When we enclose the text in the strong tag, it tells the browser that enclosed text is more important than other texts.<b>, <big>, <i>
.<html>
<body>
<h2>HTML Iframes example</h2>
<p>Use the height and width attributes to specify the size of the iframe:</p>
<iframe src="https://freetimelearning.com/" height="400" width="600"></iframe>
</body>
</html>
<html>
<body>
<h2>HTML Button Tag Example</h2>
<button name="button" type="button">CLICK HERE</button>
</body>
</html>
<html>
<body>
<h2>HTML Script Tag Example</h2>
<script>
var x = 5;
var y = 6;
var result = x + y;
alert("X + Y is equal to " + result);
</script>
</body>
</html>
<EMBED> Source File </EMBED>
body {background: url(imgs/ftl_logo.png) blue}
body {background: url("imgs/ftl_logo.png") blue}
body {background: url('imgs/ftl_logo.png') blue}
H1 {font-size: 20pt;}
SUP {font-size: 80%;}
Selector {declaration1; declaration2}
P {background: white; color: black}
<!--", ends with "-->
", and does not contain "--" or ">
" anywhere in the comment. <!--
This is a comment. -->
<!--
This is another comment, -->
<!---->
<form style="margin-bottom:0;" action=...>
{ margin-bottom: 0 ; }
<a href=...><img src=... alt=...></a>