Day #3 WebDev
Log 28 July,
This is what I've done and learned today,
p --> paragraph tag
b --> bold tag
hr --> tag for horizontal line
i --> italic text
h1>h2>h3>h4>h5>h6 text size tags
<!-- tag for comment -->
<small>tag for small letter</small>
s --> tag for crossing line on sentence/strike through
br -->tag for new paragraph/line
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>woofscode</title>
</head>
<body>
<h1>Ashish Tetarwal welcomes you here <h1></h1>
<h2>Ashish Tetarwal welcomes you here</h2>
<h3>Ashish Tetarwal welcomes you here</h3>
<h4>Ashish Tetarwal welcomes you here</h4>
<h5>Ashish Tetarwal welcomes you here</h5>
<!--this is a comment
p likho aur enter daba do, hota hai paragraph tag,
b hota hai bold krne wala tag
-->
<hr>
<p><i>Warning</i>: <b>PowerShell</b> <small>detected that you might be using a screen reader and has disabled PSReadLine for compatibility purposes.</small> If <sup>3</sup> you 10<sub>7</sub> want to re-enable it, run 'Import-Module PSReadLine'.
Lorem ipsum dolor sit <s>amet consectetur adipisicing elit.</s> Dolor a quidem blanditiis explicabo molestias ut nesciunt, architecto nam dolores expedita porro consequuntur quam culpa eius iste illo odit cumque natus quis voluptas? Culpa quo deleniti eos labore sit voluptatibus voluptate fugit repudiandae consequuntur nostrum. Omnis quod eum aliquam consectetur veritatis neque, eaque itaque quasi atque! Voluptate vero vitae beatae facere natus praesentium incidunt provident, rem iusto est eveniet ducimus qui, eos porro, sequi perferendis ullam ex minima inventore aut explicabo cupiditate ipsam molestias quae consectetur distinctio. <hr>Enim nobis tempore harum necessitatibus magnam voluptates quod voluptatem ut? Sapiente quas distinctio modi dicta voluptatum incidunt libero atque quaerat deserunt nesciunt, cumque commodi amet dolores. <br>Dolorum impedit suscipit cupiditate ipsum vitae dolore, reprehenderit corrupti sapiente veritatis distinctio animi modi? Repudiandae facere dicta ducimus vitae.
<hr>
Comments
Post a Comment