There are lots of idea for designing the web page . That's way we can create by java script and css also.
This is the idea of making normal and bold.
HTML |
<body>
<p>This text is normal.</p>
<p><b>This text is bold.</b></p>
</body>
</html>
For quotation use this code.
<!DOCTYPE html>
<html>
<body>
<p>Browsers usually insert quotation marks around the q element.</p>
<p>WWF's goal is to: <q>Build a future where people live in harmony with nature.</q></p>
</body>
</html>
0 comments :
Post a Comment