font-size
in your CSS style sheet..mytext{
font-size: 12 px;
}
html{
font-size: 18px;
}
h1{
font-size: 200%;
}
h2{
font-size: 150%;
}
How to add comments in HTML codeπ HTML
How to define web page title in HTMLπ HTML
How to see my user agent string (web browser version, device...)π Coding / Programing