+ 1

can you give some example of website code wiyhouw css pure html5

6th Mar 2018, 3:26 PM
Aaron Calvario
2 Answers
+ 4
pure HTML? css is a part of HTML <style></style>
6th Mar 2018, 3:43 PM
Prashanth Kumar
Prashanth Kumar - avatar
+ 3
<html> <head> <title> Hello World </title> </head> <body> Hello World </body> </html>
6th Mar 2018, 5:09 PM
DAB
DAB - avatar