random symbols while using html.
Go to solution
Solved by givingtnt,
6 minutes ago, Versti said:code:
<!DOCTYPE html> <html lang="ar" > <head> <title>"تاسع "ج </title> </head> <body background="./bg.jpg"> <h1 style="font-size:60px;">صف التاسع ج</h1> <h2>في هذه الصفحة سوف يتم وضع </h2> <ul> <h3><li>الوظائف</li></h3> <h3><li>مادة وتاريخ الامتحانات</li></h3> <h3><li>ايام العطل</li></h3> <br /> <p> ---------------------------------------------------------------------------------------------------------------------------------------------------- <p> </ul> <strong><a style="font-size:25px;" href="./wada2f.html" target="_blank"> الوظائف </a> <br /><br/> <a style="font-size:25px;" href="./amt7anat.html" target="_blank"> مادة وتاريخ الامتحانات </a> <br /><br/> <a style="font-size:25px;" href="./3tl.html" target="_blank"> ايام العطل </a><strong> </body>its simple.. it's just the main "hub" page
add this after your <html> tag:
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
and where you put text, make sure to use the properties
dir='rtl'
lang='ar'
so for example :
<p dir="rtl" lang="ar" style="color:#e0e0e0;font-size:20px;"> رَبٍّ زِدْنٍي عِلمًا </p>

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now