How to define style information for a document in HTML
Introduction How to define style information for a document in HTML. <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>www.techstudy.org</title> <style> h2 {color:Red;} p {color:Green ...