このコードは ajax 成功関数にあります。フォントサイズを変更したい。cssで行う必要がありますか?どうやって宣言するの?ajaxでリストみたいなことをしたい場合はどうですか。それは可能ですか?リストにある場合は、正方形のボックスに表示されるためです。なにか提案を?
html = '<h1 align=center>#######################################</h1>';
html += '<h1 align=center> Course Details </h1>';
html += '<h1 align=center>#######################################</h1>';
html += '<h3><br>' +json_results.rows[courseId].courseName+'</br></h3>';
html += '<br> Registration # : ' + json_results.rows[courseId].regNo+'</br>';
html += '<br> Status : ' + json_results.rows[courseId].regStatus+'</br>';
html += '<br> Location : ' + json_results.rows[courseId].courseLoc+'</br>';
html += '<br> Start Date : ' + json_results.rows[courseId].startDate+'</br>';
html += '<br> Registered Person : ' + json_results.rows[courseId].fullName+'</br>';
html += '<br> Rate : ' + json_results.rows[courseId].rate+'</br>';