Change Font Size in HTML | HTML5 Tutorial

preview_player
Показать описание
Learn how to change text size in HTML. For the complete free tutorial, refer to the below link:

------------------------------------------------------------------------
Subscribe to Amit Thinks for more videos!
Like! Subscribe! Share!
Stay tuned!
Рекомендации по теме
Комментарии
Автор

Works as expected!

<!DOCTYPE html>
<html>
<head>
<title>Change font size in HTML</title>
</head>
<body>
<h1>Amit Thinks</h1>
<p style="font-size: 20px">You're learning HTML concepts. </p>
</body>
</htm1>

johnconeff